From 5d079339a71e214b12e892f7d927454f6e2c0ab4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:43:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e904db..6e47916 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,11 @@ export default function LandingPage() { reviewCount: "312+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg?_wi=2", imageAlt: "Crispy herb rosemary shoestring fries" }, { - id: "6", brand: "Beverage", name: "Craft Milkshakes", price: "$6.99", rating: 5, + id: "6", brand: "Side", name: "Skinny Garlic Fries", price: "$6.49", rating: 5, + reviewCount: "189+", imageSrc: "http://img.b2bpic.net/free-photo/yummy-french-fries-wooden-table_23-2148374899.jpg?_wi=2", imageAlt: "Thin-cut garlic fries with herbs" + }, + { + id: "7", brand: "Beverage", name: "Craft Milkshakes", price: "$6.99", rating: 5, reviewCount: "267+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-oh-hands-holding-glass-milkshake_23-2148296043.jpg?_wi=2", imageAlt: "Creamy milkshake with whipped cream" } ]} @@ -166,16 +170,20 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Aidan Fox-Bailey", role: "Local Visitor", company: "Gig Harbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Aidan Fox-Bailey portrait" + id: "1", name: "Aidan Fox-Bailey", role: "Local Visitor", company: "Gig Harbor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", imageAlt: "Aidan Fox-Bailey portrait" }, { - id: "2", name: "David Schanhals", role: "Food Enthusiast", company: "Washington", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "David Schanhals portrait" + id: "2", name: "David Schanhals", role: "Food Enthusiast", company: "Washington", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", imageAlt: "David Schanhals portrait" }, { - id: "3", name: "Ava Carlson", role: "Family Diner", company: "Frequent Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Ava Carlson portrait" + id: "3", name: "Ava Carlson", role: "Family Diner", company: "Frequent Guest", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/modern-businesswoman_23-2148012909.jpg", imageAlt: "Ava Carlson portrait" }, { - id: "4", name: "Joe Roush", role: "Regular Customer", company: "Gig Harbor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-knitted-hat-sitting-against-yellow-surface_23-2148204634.jpg", imageAlt: "Joe Roush portrait" + id: "4", name: "Joe Roush", role: "Regular Customer", company: "Gig Harbor", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-knitted-hat-sitting-against-yellow-surface_23-2148204634.jpg", imageAlt: "Joe Roush portrait" } ]} kpiItems={[ @@ -280,4 +288,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1