From d01b4104a73e5ef1cc3583c195a2510498f6773c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:02:52 +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 7c56e58..b7bc262 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,16 +108,16 @@ export default function LandingPage() { id: "2", name: "Michael Chen", role: "Restaurant Owner", testimonial: "Our visibility increased significantly after joining LocalHub. Customers love being able to call directly and check our hours.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", role: "Coffee Shop Manager", testimonial: "The integration with maps and reviews has brought more foot traffic than I expected. Highly recommend for any local business.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", role: "Coffee Shop Manager", testimonial: "The integration with maps and reviews has brought more foot traffic than I expected. Highly recommend for any local business.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", role: "Business Owner", testimonial: "WhatsApp integration means customers can reach us instantly with inquiries. It's a game-changer for customer service.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", role: "Business Owner", testimonial: "WhatsApp integration means customers can reach us instantly with inquiries. It's a game-changer for customer service.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Martinez", role: "Regular Customer", testimonial: "I use LocalHub to discover new businesses in my area. The ratings and hours are always accurate and up-to-date.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", role: "Regular Customer", testimonial: "I use LocalHub to discover new businesses in my area. The ratings and hours are always accurate and up-to-date.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { - id: "6", name: "James Wilson", role: "Service Provider", testimonial: "Being listed on LocalHub connects us with customers who are actively looking for services. Results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "James Wilson" + id: "6", name: "James Wilson", role: "Service Provider", testimonial: "Being listed on LocalHub connects us with customers who are actively looking for services. Results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "James Wilson" } ]} textboxLayout="default" -- 2.49.1