4 Commits

Author SHA1 Message Date
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."},
@@ -208,4 +208,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}