Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-15 01:47:16 +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>
);
}
}