diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4d43e35..1a6ca1f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,63 +46,40 @@ export default function LandingPage() {
@@ -122,29 +91,19 @@ export default function LandingPage() {
metrics={[
{
icon: Flame,
- label: "Years Experience",
- value: "15+",
- },
+ label: "Years Experience", value: "15+"},
{
icon: Award,
- label: "Successful Events",
- value: "500+",
- },
+ label: "Successful Events", value: "500+"},
{
icon: Star,
- label: "Satisfied Clients",
- value: "200+",
- },
+ label: "Satisfied Clients", value: "200+"},
{
icon: Users,
- label: "Private Dinners",
- value: "350+",
- },
+ label: "Private Dinners", value: "350+"},
{
icon: MapPin,
- label: "Cities Served",
- value: "12",
- },
+ label: "Cities Served", value: "12"},
]}
metricsAnimation="slide-up"
/>
@@ -152,30 +111,19 @@ export default function LandingPage() {