5 Commits

Author SHA1 Message Date
b29692cb1e Update src/app/page.tsx 2026-05-11 21:03:16 +00:00
e9aad62a55 Update src/app/page.tsx 2026-05-11 21:02:12 +00:00
de73362d8d Update theme colors 2026-05-11 20:30:11 +00:00
07c716bbe7 Update theme colors 2026-05-11 20:29:33 +00:00
0d14157231 Update theme colors 2026-05-11 20:24:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ export default function HvacPage() {
description="La tranquilidad de saber que sus mascotas están bien nutridas"
testimonials={[
{ id: "1", name: "Jheiner Quiñones.", handle: "Dueño de Ares (Pastor Aleman)", testimonial: "El servicio es impecable y siempre llegan a tiempo.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg?_wi=1", imageAlt: "Jheiner Quiñones." },
{ id: "2", name: "Isaac Pedroza. ", handle: "Dueño de Domini (American Bully)", testimonial: "Se siente como si Domini tuviese padrastro porque se encargan de todo.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg?_wi=1", imageAlt: "Isaac Pedroza. " },
{ id: "2", name: "Alejandro Beleño ", handle: "Dueño de Domini (American Bully)", testimonial: "Se siente como si Domini tuviese padrastro porque se encargan de todo.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Czms1yk2v46cvWKFNhilmrsB4C/uploaded-1778533313175-xjla5ykf.jpg", imageAlt: "Alejandro Beleño " },
{ id: "3", name: "Enrique Vélez.", handle: "Dueño de Luna (Corgi) ", testimonial: "Vivo una experiencia super recomendable, excelente servicio ", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg?_wi=1", imageAlt: "Enrique Vélez." },
]}
showRating={true}

View File

@@ -15,7 +15,7 @@
--foreground: #0f172a;
--primary-cta: #1d4ed8;
--primary-cta-text: #ffffff;
--secondary-cta: #e0e7ff;
--secondary-cta: #E0E7FF;
--secondary-cta-text: #1e3a5f;
--accent: #3b82f6;
--background-accent: #60a5fa;