diff --git a/src/app/page.tsx b/src/app/page.tsx
index a6fd870..c3d73a4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,134 +32,35 @@ export default function LandingPage() {
@@ -279,88 +118,25 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
- testimonials={[
- {
- id: "t1",
- name: "Sarah",
- role: "Foodie",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-student-girl-with-dark-curly-hair-sitting-stairs-university-with-textbooks-knees-cup-coffee-go-hand-joyfully-looking-friend_574295-3958.jpg",
- },
- {
- id: "t2",
- name: "Mike",
- role: "Blogger",
- company: "ReviewCo",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/black-american-male-female-eating-vegan-food-restaurant_613910-7323.jpg",
- },
- {
- id: "t3",
- name: "Elena",
- role: "Chef",
- company: "Cuisine",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/impressed-middle-aged-blonde-gardener-woman-uniform-wearing-hat-holding-tomatoes-looking-front-isolated-crimson-wall_141793-109979.jpg",
- },
- {
- id: "t4",
- name: "Dave",
- role: "Student",
- company: "Uni",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-sharing-fast-food_329181-20757.jpg",
- },
- {
- id: "t5",
- name: "Anna",
- role: "Fan",
- company: "Local",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg",
- },
- ]}
+ title="Voices of Le Hoo"
+ description="Here is what our community says about their experience."
+ testimonials={[]}
kpiItems={[
- {
- value: "4.9",
- label: "Rating",
- },
- {
- value: "500+",
- label: "Reviews",
- },
- {
- value: "100%",
- label: "Fresh",
- },
+ { value: "4.9/5", label: "Overall Rating" },
+ { value: "100%", label: "Local Sourced" },
+ { value: "24h", label: "Fresh Prep" }
]}
- title="Guest Reviews"
- description="What our wonderful guests are saying about us."
/>
@@ -368,56 +144,25 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file