Update src/app/page.tsx

This commit is contained in:
2026-04-25 16:20:08 +00:00
parent fa081ad32b
commit ba58ad91e1

View File

@@ -50,9 +50,7 @@ export default function LandingPage() {
tagIcon={Crown}
kpis={[
{
value: "10+", label: "Years Experience"},
{
value: "500+", label: "Events Served"},
value: "10+", label: "Counties Served"},
{
value: "100%", label: "Guest Comfort"},
]}
@@ -181,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}