Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-22 20:10:23 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}