diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1c0b18b..5e3194d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,22 +33,10 @@ export default function LandingPage() {
@@ -56,37 +44,14 @@ export default function LandingPage() {
@@ -188,21 +108,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "1M+",
- description: "Burgers Served",
- },
- {
- id: "m2",
- value: "150+",
- description: "Outlets Nationwide",
- },
- {
- id: "m3",
- value: "4.8",
- description: "Average Rating",
- },
+ { id: "m1", value: "1M+", description: "Burgers Served" },
+ { id: "m2", value: "150+", description: "Outlets Nationwide" },
+ { id: "m3", value: "4.8", description: "Average Rating" }
]}
title="Numbers Speak for Themselves"
description="Thousands of satisfied customers every day."
@@ -215,46 +123,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Amit Sharma",
- handle: "@amit.sharma",
- testimonial: "The best burger fusion I've ever had! The spices are just right.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg",
- },
- {
- id: "t2",
- name: "Priya Verma",
- handle: "@priya.v",
- testimonial: "Burger Singh never disappoints. Always fresh and delicious.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg",
- },
- {
- id: "t3",
- name: "Rahul Kapoor",
- handle: "@rahul.k",
- testimonial: "Fast service and amazing quality. Highly recommended.",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-himself-with-his-thumbs_1187-3186.jpg",
- },
- {
- id: "t4",
- name: "Sneha Das",
- handle: "@sneha.das",
- testimonial: "Unique flavors, great value for money.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096459.jpg",
- },
- {
- id: "t5",
- name: "Vikram Singh",
- handle: "@vikram.s",
- testimonial: "My go-to spot for late-night cravings.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-park_839833-34334.jpg",
- },
+ { id: "t1", name: "Amit Sharma", handle: "@amit.sharma", testimonial: "The best burger fusion I've ever had! The spices are just right.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-hppy-funny-young-stylish-young-woman-grey-t-shirt-expressing-camera_291049-2384.jpg" },
+ { id: "t2", name: "Priya Verma", handle: "@priya.v", testimonial: "Burger Singh never disappoints. Always fresh and delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg" },
+ { id: "t3", name: "Rahul Kapoor", handle: "@rahul.k", testimonial: "Fast service and amazing quality. Highly recommended.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-pointing-himself-with-his-thumbs_1187-3186.jpg" },
+ { id: "t4", name: "Sneha Das", handle: "@sneha.das", testimonial: "Unique flavors, great value for money.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096459.jpg" },
+ { id: "t5", name: "Vikram Singh", handle: "@vikram.s", testimonial: "My go-to spot for late-night cravings.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-park_839833-34334.jpg" }
]}
showRating={true}
title="Our Fans Say"
@@ -266,15 +139,7 @@ export default function LandingPage() {
@@ -284,21 +149,9 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file