diff --git a/src/app/page.tsx b/src/app/page.tsx index 42cce6e..e60eb95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,19 +126,19 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alice P.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-enjoying-views-car-trip_23-2149401824.jpg" }, - { id: "t2", name: "Bob R.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-greeting-woman-park_23-2147935708.jpg" }, - { id: "t3", name: "Charlie S.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/helpdesk-support-information-support-concept_53876-121537.jpg" }, - { id: "t4", name: "Diana K.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-businessman-worried-expression_1194-3590.jpg" }, - { id: "t5", name: "Edward M.", role: "Client", company: "Charlotte", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-men-greeting-nature-near-car_23-2148179881.jpg" }, + { id: "t1", name: "Alex R.", role: "Verified Reviewer", company: "Google Maps", rating: 5 }, + { id: "t2", name: "Jamie L.", role: "Verified Reviewer", company: "Google Maps", rating: 5 }, + { id: "t3", name: "Jordan P.", role: "Verified Reviewer", company: "Google Maps", rating: 5 }, + { id: "t4", name: "Casey W.", role: "Verified Reviewer", company: "Google Maps", rating: 4 }, + { id: "t5", name: "Morgan B.", role: "Verified Reviewer", company: "Google Maps", rating: 5 }, ]} kpiItems={[ - { value: "5.0", label: "Avg Rating" }, - { value: "100%", label: "Reliability" }, - { value: "24/7", label: "Availability" }, + { value: "4.9", label: "Google Rating" }, + { value: "150+", label: "Recent Reviews" }, + { value: "24/7", label: "Always Available" }, ]} - title="Customer Stories" - description="What our customers are saying about A&R Towing." + title="Trusted Google Reviews" + description="Hear from our local Charlotte community members who rated us on Google Maps." />