Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-14 23:24:08 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -57,7 +57,7 @@ export default function LandingPage() {
{ imageSrc: "https://img.b2bpic.net/free-photo/photorealistic-wedding-venue-with-intricate-decor-ornaments_23-2151481508.jpg", imageAlt: "Fresh grilled seafood plate" },
{ imageSrc: "https://img.b2bpic.net/free-photo/couple-enjoying-picnic-together-outdoors-summertime_23-2151426043.jpg", imageAlt: "Outdoor patio seating with ocean view" },
{ imageSrc: "https://img.b2bpic.net/free-photo/side-view-friends-holding-sangria-drinks_23-2149426392.jpg", imageAlt: "Golden hour beach club ambiance" }
]
]}
/>
</div>
@@ -79,7 +79,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/silhouette-people-enjoying-their-time-sunset-cafe-potamos-beach-greece_181624-27427.jpg"
imageAlt="The Salty Shore restaurant interior with ocean views"
imagePosition="right"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -103,7 +103,7 @@ export default function LandingPage() {
{
id: "3", name: "Prime Ribeye Steak", price: "$56", imageSrc: "https://img.b2bpic.net/free-photo/seafood-plate-with-fried-salmon-mussels-shrimps-calamari-lemon_140725-1613.jpg", imageAlt: "Prime ribeye steak with garlic butter"
}
]
]}
/>
</div>
@@ -112,7 +112,7 @@ export default function LandingPage() {
title="Why Guests Love Us"
description="Every element of The Salty Shore is designed to elevate your coastal dining experience"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
features={[
{
id: 1,
@@ -126,7 +126,7 @@ export default function LandingPage() {
id: 3,
tag: "Beverages", title: "Craft Cocktails", subtitle: "Signature drinks by expert mixologists", description: "Our bar features fresh-squeezed juices, premium spirits, and house-made syrups. Each cocktail tells a story of coastal inspiration.", imageSrc: "https://img.b2bpic.net/free-photo/side-view-couple-with-pina-colada_23-2150184005.jpg", imageAlt: "Beautifully crafted tropical cocktails"
}
]
]}
/>
</div>
@@ -155,7 +155,7 @@ export default function LandingPage() {
{
id: "6", name: "Robert Anderson, Local Chef", date: "Date: 12 December 2024", title: "Chef's respect for this establishment", quote: "As someone in the culinary world, I deeply appreciate what The Salty Shore is doing. The sourcing is impeccable, the techniques are refined, and the passion is evident in every plate.", tag: "Professional Chef", avatarSrc: "https://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg", avatarAlt: "Robert Anderson"
}
]
]}
/>
</div>
@@ -163,7 +163,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Make Your Reservation"
description="Plan your next dining experience at The Salty Shore. Our team will ensure your visit is absolutely memorable."
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },