From 72cb373bcaaa33f468107c858f255aabd9f03d21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 18:55:31 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 353 +++++++---------------------------------------- 1 file changed, 49 insertions(+), 304 deletions(-) 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 From d536e1cdbdb163c86d0d0b0a29de66800fb05dd9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 18:55:32 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7501f6e..3974766 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #fdfaf6; + --card: #f5efe6; + --foreground: #1a1a1a; + --primary-cta: #c83030; --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; + --secondary-cta: #f5efe6; --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #ffbe00; + --background-accent: #f3e1b7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);