3 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

View File

@@ -180,7 +180,7 @@ export default function LandingPage() {
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,
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={[
{
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}