Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-10 23:43:26 +00:00

View File

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