2 Commits

Author SHA1 Message Date
a4902232e4 Update src/app/page.tsx 2026-04-20 19:04:26 +00:00
b0b877c77f Merge version_2 into main
Merge version_2 into main
2026-04-20 19:03:30 +00:00

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "radial-gradient"}} variant: "radial-gradient"}}
title="Your Destination for Global Flavors and Relaxed Dining" title="Dine, Relax, and Explore: The Best Global Flavors Under One Roof"
description="From global cuisines to family-friendly spaces, enjoy great food, relaxed vibes, and something for every taste." description="From global cuisines to family-friendly spaces, enjoy great food, relaxed vibes, and something for every taste."
kpis={[ kpis={[
{ {
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }