Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-09 01:51:20 +00:00

View File

@@ -5,7 +5,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -123,7 +123,7 @@ export default function LandingPage() {
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardSix
<TestimonialCardOne
title="Lo Que Dicen Nuestros Clientes"
description="Opiniones reales de constructores y carpinteros que confían en nosotros."
tag="Opiniones"
@@ -132,27 +132,25 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="uniform-all-items-equal"
testimonials={[
{
id: "1", name: "Carlos Rodríguez", handle: "Constructor General", testimonial: "Excelente servicio, atención y precio. Llevan años siendo mi proveedor de confianza para todos mis proyectos.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-builder-man-looking-away_23-2148751955.jpg?_wi=1", imageAlt: "Carlos Rodríguez"
id: "1", name: "Carlos Rodríguez", role: "Constructor General", company: "Rodríguez Construcciones", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-builder-man-looking-away_23-2148751955.jpg?_wi=1", imageAlt: "Carlos Rodríguez"
},
{
id: "2", name: "Miguel López", handle: "Carpintero Profesional", testimonial: "Muy buena atención, muy amables. La madera es de excelente calidad y los precios son justos.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-carpenter-standing-with-his-arms-crossed_23-2147945085.jpg?_wi=1", imageAlt: "Miguel López"
id: "2", name: "Miguel López", role: "Carpintero Profesional", company: "Carpintería López", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-carpenter-standing-with-his-arms-crossed_23-2147945085.jpg?_wi=1", imageAlt: "Miguel López"
},
{
id: "3", name: "Ana García", handle: "Empresaria de Construcción", testimonial: "La mejor opción en Puebla. Entrega rápida, buen precio y profesionalismo garantizado.", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886869.jpg", imageAlt: "Ana García"
id: "3", name: "Ana García", role: "Empresaria de Construcción", company: "García y Asociados", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886869.jpg", imageAlt: "Ana García"
},
{
id: "4", name: "Roberto Sánchez", handle: "Arquitecto Proyectista", testimonial: "Recomiendo a Los 3 Garcia a todos mis clientes. Confiable, responsable y con excelente madera.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-holding-tool_23-2149328045.jpg", imageAlt: "Roberto Sánchez"
},
{
id: "5", name: "Javier Martínez", handle: "Contratista", testimonial: "Calidad garantizada en cada entrega. He trabajado con ellos en más de 30 proyectos sin problemas.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-builder-man-looking-away_23-2148751955.jpg?_wi=2", imageAlt: "Javier Martínez"
},
{
id: "6", name: "Sofía Hernández", handle: "Diseñadora de Interiores", testimonial: "Madera de primera calidad para mis proyectos. Atención personalizada y entregas puntuales siempre.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-carpenter-standing-with-his-arms-crossed_23-2147945085.jpg?_wi=2", imageAlt: "Sofía Hernández"
id: "4", name: "Roberto Sánchez", role: "Arquitecto Proyectista", company: "Estudios de Arquitectura", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-holding-tool_23-2149328045.jpg", imageAlt: "Roberto Sánchez"
}
]}
speed={40}
/>
</div>