6 Commits

Author SHA1 Message Date
07d9045f64 Merge version_5 into main
Merge version_5 into main
2026-06-04 17:10:37 +00:00
3b364a27a1 Update src/app/page.tsx 2026-06-04 17:10:34 +00:00
02e0b13aa7 Merge version_4 into main
Merge version_4 into main
2026-06-04 17:09:46 +00:00
98e4a45142 Update src/app/page.tsx 2026-06-04 17:09:40 +00:00
90d8f221b4 Merge version_3 into main
Merge version_3 into main
2026-06-04 17:06:14 +00:00
88dedbfe6c Merge version_3 into main
Merge version_3 into main
2026-06-04 17:05:10 +00:00

View File

@@ -174,13 +174,13 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-dog_23-2149271778.jpg", videoAriaLabel: "Testimonio de Cristina Castro"}, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-holding-dog_23-2149271778.jpg", videoAriaLabel: "Testimonio de Cristina Castro"},
{ {
id: "3", name: "luca benini", role: "Cliente Agradecido", company: "Google Reviews", rating: 5, id: "3", name: "luca benini", role: "Cliente Agradecido", company: "Google Reviews", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600108.jpg", videoAriaLabel: "Testimonio de Luca Benini"}, imageSrc: "https://assets.refine.dev/refine/refine-week-2023/images/profile-image-1.png", videoAriaLabel: "Testimonio de Luca Benini"},
{ {
id: "4", name: "Marta García", role: "Dueña de Gatito", company: "Google Reviews", rating: 5, id: "4", name: "Marta García", role: "Dueña de Gatito", company: "Google Reviews", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-cafe-with-her-pet-french-bulldog_1303-32215.jpg", videoAriaLabel: "Testimonio de Marta García"}, imageSrc: "http://img.b2bpic.net/free-photo/woman-reading-book-cafe-with-her-pet-french-bulldog_1303-32215.jpg", videoAriaLabel: "Testimonio de Marta García"},
{ {
id: "5", name: "Jose Manuel", role: "Dueño de Perritas", company: "Google Reviews", rating: 5, id: "5", name: "Jose Manuel", role: "Dueño de Perritas", company: "Google Reviews", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg", videoAriaLabel: "Testimonio de Jose Manuel"}, imageSrc: "https://avatar.vercel.sh/josemanuel.png", videoAriaLabel: "Testimonio de Jose Manuel"},
]} ]}
kpiItems={[ kpiItems={[
{ {
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }