diff --git a/src/app/page.tsx b/src/app/page.tsx
index 79e6445..48cc853 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,12 @@ export default function LandingPage() {
@@ -52,47 +42,20 @@ export default function LandingPage() {
@@ -104,33 +67,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "4.1",
- title: "Star Rating",
- items: [
- "Google Reviews",
- "Customer satisfaction",
- ],
- },
- {
- id: "2",
- value: "1200+",
- title: "Happy Guests",
- items: [
- "Delighted customers",
- "Quality assurance",
- ],
- },
- {
- id: "3",
- value: "24/7",
- title: "Service Hours",
- items: [
- "Always open",
- "Prompt service",
- ],
- },
+ { id: "1", value: "4.1", title: "Star Rating", items: ["Google Reviews", "Customer satisfaction"] },
+ { id: "2", value: "1200+", title: "Happy Guests", items: ["Delighted customers", "Quality assurance"] },
+ { id: "3", value: "24/7", title: "Service Hours", items: ["Always open", "Prompt service"] },
]}
title="Why Choose Us"
description="Experience excellence through every visit."
@@ -139,64 +78,17 @@ export default function LandingPage() {
@@ -306,57 +146,9 @@ export default function LandingPage() {