From 212267b87491032ccfb41dd27ae167dd9cf7cc15 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:10:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2e7698..203f87c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,20 +143,14 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah J.", role: "Foodie", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chicken-flatbread-wrap-with-fries-tomato-prickles-takeaway-paper-bag_140725-1315.jpg", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"}, + id: "1", name: "", role: "", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/chicken-flatbread-wrap-with-fries-tomato-prickles-takeaway-paper-bag_140725-1315.jpg", imageAlt: "The portions are insane for the price — best shawarma in East London by a mile."}, { - id: "2", name: "Michael Chen", role: "Local", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571668.jpg?_wi=2", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"}, + id: "2", name: "", role: "", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571668.jpg?_wi=2", imageAlt: "Fresh, flavourful, and fast. I've been back four times this month."}, { - id: "3", name: "Emily R.", role: "Patron", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=2", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"}, - { - id: "4", name: "David Kim", role: "Critic", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/red-gurza-tomato-sesame-top-view_141793-4513.jpg?_wi=2", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"}, - { - id: "5", name: "Zara Ali", role: "Regular", company: "Google Review", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=1", imageAlt: "Chicken flatbread wrap with fries, tomato, prickles in takeaway paper bag"}, + id: "3", name: "", role: "", company: "", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-shawarma-dish_23-2151805540.jpg?_wi=2", imageAlt: "Finally, a shawarma place that actually tastes like it's made with care."}, ]} kpiItems={[ { @@ -223,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1