From c8067949c71fdbebf1b469073968d87d31fedc42 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:10:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc7d155..e6cdfc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,11 +17,11 @@ export default function LandingPage() { return ( @@ -125,7 +125,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - mediaAnimation="slide-up" /> @@ -166,17 +165,13 @@ export default function LandingPage() { tag="Community Voices" testimonials={[ { - id: "1", name: "Maria Chen", role: "Regular Customer", company: "Downtown Regulars", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg", imageAlt: "Maria Chen testimonial"}, + id: "1", name: "Maria Chen", role: "Regular Customer", company: "Downtown Regulars", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg", imageAlt: "Maria Chen testimonial"}, { - id: "2", name: "James Rodriguez", role: "Lunch Break Enthusiast", company: "Local Professionals", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "James Rodriguez testimonial"}, + id: "2", name: "James Rodriguez", role: "Lunch Break Enthusiast", company: "Local Professionals", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "James Rodriguez testimonial"}, { - id: "3", name: "Sophie Williams", role: "Food Explorer", company: "Community Members", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg", imageAlt: "Sophie Williams testimonial"}, + id: "3", name: "Sophie Williams", role: "Food Explorer", company: "Community Members", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-group-young-happy-people-enjoying-lunch-while-talking-each-other-dining-table_637285-2880.jpg", imageAlt: "Sophie Williams testimonial"}, { - id: "4", name: "Antonio Martelli", role: "Italian Heritage Appreciator", company: "Neighborhood Advocates", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Antonio Martelli testimonial"}, + id: "4", name: "Antonio Martelli", role: "Italian Heritage Appreciator", company: "Neighborhood Advocates", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Antonio Martelli testimonial"}, ]} kpiItems={[ { value: "4.8★", label: "Average Rating" }, -- 2.49.1