From 43dcbf52e91a3da61f8d02740138c2ac990cea04 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 20:10:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0261da2..b82676d 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'; @@ -64,7 +64,7 @@ export default function LandingPage() { { type: "text", content: "Your destination for" }, { type: "text", content: "luxury travel experiences" } ]} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" buttons={[ { text: "Learn More", href: "#amenities" } ]} @@ -106,7 +106,7 @@ export default function LandingPage() { tagIcon={Sparkles} imageSrc="https://img.b2bpic.net/free-photo/hotel-guest-having-fun-with-tablet_482257-81606.jpg" imageAlt="Luxurious spa facility" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" mediaPosition="left" accordionItems={[ { @@ -121,7 +121,7 @@ export default function LandingPage() { { id: "4", title: "Resort Pool & Beach Access", content: "Relax by our infinity pool, enjoy beachfront cabanas, water sports activities, and complimentary beach services." } - ] + ]} buttons={[ { text: "View All Services", href: "#" } ]} @@ -177,7 +177,7 @@ export default function LandingPage() { tag="Testimonials" textboxLayout="default" animationType="slide-up" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "Luxury Traveler", testimonial: "An unforgettable experience! The hotel exceeded all expectations with impeccable service and stunning accommodations.", imageSrc: "https://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Mitchell" -- 2.49.1