diff --git a/src/app/page.tsx b/src/app/page.tsx index ff0e2b0..aa3fd3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { @@ -124,18 +120,14 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Marcus A.", date: "Oct 2023", title: "Regular Customer", quote: "Best vibe in Atlanta. Got a clean fade, ate good, and my car came out shining.", tag: "Top Tier", avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=2", imageAlt: "happy client after haircut"}, + id: "1", name: "Marcus A.", date: "Oct 2023", title: "Trusted Regular", quote: "I trust the guys here with my car and my fade every single time. It's the only place I need in Atlanta.", tag: "Community Staple", avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=2", imageAlt: "happy client after haircut"}, { - id: "2", name: "Sarah J.", date: "Sep 2023", title: "Family", quote: "My kids love the cuts here, and I can grab a snack while I wait.", tag: "Family Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg?_wi=2", imageAlt: "happy client after haircut"}, + id: "2", name: "Sarah J.", date: "Sep 2023", title: "Loyal Local", quote: "The team at Fresh Blendz has earned my full trust over years of consistent, high-quality service.", tag: "100% Reliable", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg?_wi=2", imageAlt: "happy client after haircut"}, { - id: "3", name: "David L.", date: "Aug 2023", title: "Local", quote: "Truly a one-stop shop. Everything is on point.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-black-man-with-charming-smile-studio-shot-well-dressed-african-guy-wears-white-t-shirt-gray-jacket_639032-250.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg?_wi=2", imageAlt: "happy client after haircut"}, - { - id: "4", name: "Nina R.", date: "Jul 2023", title: "Visitor", quote: "Found this place by accident and now it's my go-to.", tag: "Amazing", avatarSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg", imageSrc: "http://img.b2bpic.net/free-photo/big-blue-bubbles_23-2147933800.jpg?_wi=2", imageAlt: "happy client after haircut"}, - { - id: "5", name: "Trey K.", date: "Jun 2023", title: "Regular", quote: "The food truck burgers are fire, best hidden gem.", tag: "Great Eats", avatarSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205930.jpg", imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg?_wi=2", imageAlt: "happy client after haircut"}, + id: "3", name: "David L.", date: "Aug 2023", title: "Local Advocate", quote: "There's no guessing game here. You walk in knowing you're going to get top-shelf service from people you actually know.", tag: "Highly Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-black-man-with-charming-smile-studio-shot-well-dressed-african-guy-wears-white-t-shirt-gray-jacket_639032-250.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg?_wi=2", imageAlt: "happy client after haircut"}, ]} - title="What Our Community Says" - description="Trusted by 150+ locals in Atlanta—see why they make us their go-to spot." + title="Trusted by Our Community" + description="We don't just serve customers; we build lasting trust with our neighbors. Join the hundreds who have made us their home base." /> @@ -200,4 +192,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}