From 96b9e2b55072bf69067c007e9b7ff7be6da93ca4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 08:52:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64c2a4e..a7e96a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,11 +120,11 @@ export default function LandingPage() { title="What Our Foodies Are Saying" description="Don't just take our word for it. Our customers can't get enough of the Arsope Smash Burger experience!" testimonials={[ - { id: "1", name: "Sarah J.", role: "Local Food Critic", company: "TasteBuds Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-haired-woman-sits-outdoors-eats-delicious-sandwich-looks-gladfully-away-prefers-junk-food-dressed-casual-clothes-has-lunch-break-after-strolling-city-people-lifestyle-nutrition_273609-59180.jpg", imageAlt: "Portrait of Sarah J.", quote: "Arsope Smash Burgers are simply the best! Every bite is pure perfection." }, - { id: "2", name: "Mark T.", role: "Entrepreneur", company: "Startup Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", imageAlt: "Portrait of Mark T.", quote: "The juiciest burgers I've ever had. A must-try for any burger enthusiast!" }, - { id: "3", name: "Emily R.", role: "Student", company: "City University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269608.jpg", imageAlt: "Portrait of Emily R.", quote: "Incredible flavors and fresh ingredients. My go-to for street food cravings." }, - { id: "4", name: "David L.", role: "Chef", company: "Gourmet Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-masks-burgers_23-2148705563.jpg", imageAlt: "Portrait of David L.", quote: "As a chef, I appreciate the quality and technique. Arsope sets the standard." }, - { id: "5", name: "Jessica M.", role: "Marketing Specialist", company: "Creative Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-pizza-outdoors_23-2148737794.jpg", imageAlt: "Portrait of Jessica M.", quote: "Fast, friendly, and absolutely delicious. I'm a regular now!" } + { id: "1", name: "Sarah J.", role: "Local Food Critic", company: "TasteBuds Blog", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-curly-haired-woman-sits-outdoors-eats-delicious-sandwich-looks-gladfully-away-prefers-junk-food-dressed-casual-clothes-has-lunch-break-after-strolling-city-people-lifestyle-nutrition_273609-59180.jpg", imageAlt: "Portrait of Sarah J." }, + { id: "2", name: "Mark T.", role: "Entrepreneur", company: "Startup Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", imageAlt: "Portrait of Mark T." }, + { id: "3", name: "Emily R.", role: "Student", company: "City University", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-burger-funny-way_23-2150269608.jpg", imageAlt: "Portrait of Emily R." }, + { id: "4", name: "David L.", role: "Chef", company: "Gourmet Bistro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-with-masks-burgers_23-2148705563.jpg", imageAlt: "Portrait of David L." }, + { id: "5", name: "Jessica M.", role: "Marketing Specialist", company: "Creative Co.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-pizza-outdoors_23-2148737794.jpg", imageAlt: "Portrait of Jessica M." } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"