From 5c8bd36d7024f54ac9dbcfc99646641f67fafbb9 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 23:24:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4682a3e..3cb8dfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } - ] + ]} /> @@ -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" /> @@ -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" } - ] + ]} /> @@ -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" } - ] + ]} /> @@ -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" } - ] + ]} /> @@ -163,7 +163,7 @@ export default function LandingPage() {