From e4c376e0cd5893438ea2572f9160f02e35935b05 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 01:02:22 +0000 Subject: [PATCH] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 163 +++++---------------------------------- 1 file changed, 20 insertions(+), 143 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 1976c56..1d5eb42 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -26,32 +26,15 @@ export default function LandingPage() { @@ -60,47 +43,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + description="Our customers love our service." testimonials={[ - { - id: "r1", - name: "Jorge Luis", - handle: "Google", - testimonial: "Great place.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg", - }, - { - id: "r2", - name: "Alvarez", - handle: "Google", - testimonial: "Very professional.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg", - }, - { - id: "r3", - name: "Carlos", - handle: "Google", - testimonial: "Excellent service and atmosphere.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", - }, - { - id: "r4", - name: "Maria", - handle: "Google", - testimonial: "My son loves his new haircut.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg", - }, - { - id: "r5", - name: "David", - handle: "Google", - testimonial: "Top notch professionalism.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg", - }, + { id: "r1", name: "Jorge Luis", handle: "Google", testimonial: "Great place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg" }, + { id: "r2", name: "Alvarez", handle: "Google", testimonial: "Very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg" }, + { id: "r3", name: "Carlos", handle: "Google", testimonial: "Excellent service and atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg" }, + { id: "r4", name: "Maria", handle: "Google", testimonial: "My son loves his new haircut.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-sitting-chair_23-2149220526.jpg" }, + { id: "r5", name: "David", handle: "Google", testimonial: "Top notch professionalism.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-hair-cut-barber-shop4_23-2149186458.jpg" }, ]} showRating={true} title="Kansas City Speaks" @@ -115,30 +64,10 @@ export default function LandingPage() { title="Our Standards" description="Kansas City's most trusted shop." metrics={[ - { - id: "ex-9", - icon: Star, - title: "Google Rating", - value: "4.9", - }, - { - id: "ex-10", - icon: ThumbsUp, - title: "Satisfied", - value: "99%", - }, - { - id: "ex-11", - icon: Repeat, - title: "Retention", - value: "High", - }, - { - id: "ex-12", - icon: MessageSquare, - title: "Feedback", - value: "Active", - }, + { id: "ex-9", icon: Star, title: "Google Rating", value: "4.9" }, + { id: "ex-10", icon: ThumbsUp, title: "Satisfied", value: "99%" }, + { id: "ex-11", icon: Repeat, title: "Retention", value: "High" }, + { id: "ex-12", icon: MessageSquare, title: "Feedback", value: "Active" }, ]} /> @@ -146,62 +75,10 @@ export default function LandingPage() {