Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 21:29:41 +00:00

View File

@@ -111,22 +111,22 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "María González", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "María González customer testimonial"
id: "1", name: "María González", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "María González customer testimonial"
},
{
id: "2", name: "Carlos Mendoza", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Carlos Mendoza customer testimonial"
id: "2", name: "Carlos Mendoza", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Mendoza customer testimonial"
},
{
id: "3", name: "Sofia Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Sofia Rodríguez customer testimonial"
id: "3", name: "Sofia Rodríguez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Rodríguez customer testimonial"
},
{
id: "4", name: "Jorge Delgado", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Jorge Delgado customer testimonial"
id: "4", name: "Jorge Delgado", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jorge Delgado customer testimonial"
},
{
id: "5", name: "Lupita Sánchez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Lupita Sánchez customer testimonial"
id: "5", name: "Lupita Sánchez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Lupita Sánchez customer testimonial"
},
{
id: "6", name: "Miguel Torres", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Miguel Torres customer testimonial"
id: "6", name: "Miguel Torres", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Miguel Torres customer testimonial"
}
]}
cardTitle="Más de 385 clientes satisfechos con calificación 4.5 ⭐ en Google"
@@ -210,7 +210,7 @@ export default function LandingPage() {
{ text: "🛒 Ordenar en Uber Eats", href: "#" }
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>