6 Commits

Author SHA1 Message Date
d8b695d3b3 Update src/app/page.tsx 2026-04-15 01:50:26 +00:00
0bb5605050 Merge version_2 into main
Merge version_2 into main
2026-04-15 01:47:15 +00:00
3c8ec23261 Update src/app/page.tsx 2026-04-15 01:47:12 +00:00
73ad9b33ce Merge version_1 into main
Merge version_1 into main
2026-04-15 01:46:30 +00:00
112ab5d719 Merge version_1 into main
Merge version_1 into main
2026-04-15 01:46:03 +00:00
a1037170b8 Merge version_1 into main
Merge version_1 into main
2026-04-15 01:45:31 +00:00

View File

@@ -122,8 +122,8 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={true}
title="Our Signature Vibe"
description="Whether it's a corporate function or a Sunday social, we provide the perfect stage."
title="Versatile Luxury Hosting"
description="From professional corporate functions to soulful social celebrations, we provide the ultimate versatile setting for every occasion."
accordionItems={[
{
id: "f1", title: "Corporate Events", content: "Professional hosting for work functions and company milestones in a sophisticated setting."},
@@ -172,7 +172,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
tag="Get in touch"
title="Book Your Event Today"
title="Ready to Book Your Date?"
description="Ready to host your next party or work function with us? Drop your email and we'll reach out to discuss the details."
/>
</div>
@@ -208,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}