diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b8a933..c0d75bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,6 +61,7 @@ export default function LandingPage() { { value: "Luxury", title: "Comfort Level" }, ]} imageSrc="https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=2070" + useInvertedBackground={false} /> @@ -75,6 +76,7 @@ export default function LandingPage() { { id: "2", label: "Family", title: "Family Vacations", items: ["Spacious Areas", "Kid-friendly", "Group Activities"] }, { id: "3", label: "Romance", title: "Romantic Getaways", items: ["Private Suites", "Scenic Dining", "Peaceful Vibes"] } ]} + useInvertedBackground={false} /> @@ -89,6 +91,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -99,6 +102,7 @@ export default function LandingPage() { description="Enjoy the beauty of Bangladesh like never before. Book your stay now and create unforgettable memories." buttons={[{ text: "Contact us", href: "mailto:booking@resort.com" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />