diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 081564c..b8eac0c 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -26,15 +26,14 @@ export default function LandingPage() {
@@ -43,7 +42,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - description="Our customers love our service." + description="Nuestros clientes aman nuestro servicio." testimonials={[ { id: "r1", name: "Jorge Luis", handle: "Google Maps", testimonial: "El mejor servicio de Kansas City, muy profesional.", 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 Maps", testimonial: "Muy profesional, ambiente genial.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-hair-salon_23-2150665449.jpg" }, @@ -52,7 +51,7 @@ export default function LandingPage() { { id: "r5", name: "David", handle: "Google Maps", testimonial: "Top notch professionalism, definitely returning.", 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" + title="Lo que dice Kansas City" /> @@ -61,13 +60,13 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - title="Our Standards" - description="Kansas City's most trusted shop." + title="Nuestros Estándares" + description="La tienda más confiable de Kansas City." 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: "Rating Google", value: "4.9" }, + { id: "ex-10", icon: ThumbsUp, title: "Satisfechos", value: "99%" }, + { id: "ex-11", icon: Repeat, title: "Retención", value: "Alta" }, + { id: "ex-12", icon: MessageSquare, title: "Feedback", value: "Activo" }, ]} /> @@ -76,15 +75,15 @@ export default function LandingPage() {