Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 00:59:56 +00:00

View File

@@ -64,19 +64,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "María Santos", role: "Regular Customer", company: "Winter Park", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=1", imageAlt: "happy customer satisfied smile portrait"
},
{
id: "2", name: "Carlos Rodríguez", role: "Food Enthusiast", company: "Orlando", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=2", imageAlt: "happy customer satisfied smile portrait"
},
{
id: "3", name: "Isabella Pérez", role: "Home Chef", company: "Winter Park", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=3", imageAlt: "happy customer satisfied smile portrait"
},
{
id: "4", name: "Diego Méndez", role: "Business Owner", company: "Orlando", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=4", imageAlt: "happy customer satisfied smile portrait"
}
]}
textboxLayout="default"