From 1f81bb46451a0a67961d3c0d64f89d20960505c5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 17:45:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21949e6..ad21434 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,10 +158,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Best Ice Cream Ever!", quote: "The Dark Chocolate Elegance is absolutely divine. Creamy, rich, and tastes like premium chocolate. I visit every week!", name: "Sarah Mitchell", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg", imageAlt: "Sarah Mitchell" + id: "1", title: "Best Ice Cream Ever!", quote: "The Dark Chocolate Elegance is absolutely divine. Creamy, rich, and tastes like premium chocolate. I visit every week!", name: "Sarah Mitchell", role: "Local Customer", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", title: "Worth Every Penny", quote: "You can taste the difference when ingredients are premium. This ice cream is smooth, not icy, and the flavor is incredible.", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", imageAlt: "Michael Chen" + id: "2", title: "Worth Every Penny", quote: "You can taste the difference when ingredients are premium. This ice cream is smooth, not icy, and the flavor is incredible.", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", title: "A Chocolate Lover's Paradise", quote: "Finally found a chocolate ice cream that doesn't taste watered down. The variety of flavors keeps me coming back for new favorites.", name: "Emily Rodriguez", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg", imageAlt: "Emily Rodriguez" @@ -170,10 +170,10 @@ export default function LandingPage() { id: "4", title: "Perfect for Special Occasions", quote: "We served Chocolate Dreams at our wedding. Every guest raved about it. The team was helpful and professional throughout.", name: "David Kumar", role: "Event Planner", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", imageAlt: "David Kumar" }, { - id: "5", title: "Allergen-Friendly & Delicious", quote: "Rarely find ice cream that my son can safely enjoy. Chocolate Dreams takes allergies seriously and the product is amazing.", name: "Jessica Thompson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg", imageAlt: "Jessica Thompson" + id: "5", title: "Allergen-Friendly & Delicious", quote: "Rarely find ice cream that my son can safely enjoy. Chocolate Dreams takes allergies seriously and the product is amazing.", name: "Jessica Thompson", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/sideways-shot-beautiful-cheerful-female-model-has-shining-smile-looks-dreamy-into-distance-remembers-pleasant-date-with-boyfriend-has-romantic-feelings-rests-sidewalk-outdoor-cafe_273609-2728.jpg?_wi=2", imageAlt: "Jessica Thompson" }, { - id: "6", title: "Consistent Excellence", quote: "Every visit is consistently fantastic. The ice cream quality never varies, and the staff is always friendly and knowledgeable.", name: "Robert Hayes", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg", imageAlt: "Robert Hayes" + id: "6", title: "Consistent Excellence", quote: "Every visit is consistently fantastic. The ice cream quality never varies, and the staff is always friendly and knowledgeable.", name: "Robert Hayes", role: "Corporate Executive", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5356.jpg?_wi=2", imageAlt: "Robert Hayes" } ]} /> -- 2.49.1