Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-09 01:59:21 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -89,6 +91,7 @@ export default function LandingPage() {
]}
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>