diff --git a/src/app/page.tsx b/src/app/page.tsx
index de6d7b1..7936b7f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,14 +32,11 @@ export default function LandingPage() {
@@ -47,18 +44,16 @@ export default function LandingPage() {
@@ -73,22 +68,22 @@ export default function LandingPage() {
{
title: "Degradados Modernos", description: "Especialistas en Skin Fade y acabados de alta definición.", icon: Sparkles,
mediaItems: [
- { imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "skin fade close up" },
- { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hairdresser-trimming-hair_23-2148256872.jpg", imageAlt: "skin fade close up" },
+ { imageSrc: "https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&q=80&w=400", imageAlt: "skin fade detail" },
+ { imageSrc: "https://images.unsplash.com/photo-1599351431202-180f0b4b26a5?auto=format&fit=crop&q=80&w=400", imageAlt: "hairdresser trimming" },
]
},
{
title: "Corte Infantil", description: "Expertos en los más pequeños, con paciencia y estilo.", icon: Star,
mediaItems: [
- { imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-older-sister-cuts-her-little-brother-with-trimmer-against-brick-wall_613910-5738.jpg", imageAlt: "barber cutting kids hair" },
- { imageSrc: "http://img.b2bpic.net/free-photo/children-hairdresser-with-scissors-is-cutting-little-boy-against-dark-background-contented-cute-preschooler-boy-getting-haircut_613910-19721.jpg", imageAlt: "barber cutting kids hair" },
+ { imageSrc: "https://images.unsplash.com/photo-1595152772835-219674b2a0a6?auto=format&fit=crop&q=80&w=400", imageAlt: "kid haircut" },
+ { imageSrc: "https://images.unsplash.com/photo-1521119989659-a83eee488004?auto=format&fit=crop&q=80&w=400", imageAlt: "boy getting haircut" },
]
},
{
title: "Arreglo de Barba", description: "Perfilado y cuidado tradicional para un look impecable.", icon: Shield,
mediaItems: [
- { imageSrc: "http://img.b2bpic.net/free-photo/close-up-drinking-straw-texture_23-2148133310.jpg", imageAlt: "hair tattoo pattern" },
- { imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-abstract-lines-pattern_23-2148953433.jpg", imageAlt: "hair tattoo pattern" },
+ { imageSrc: "https://images.unsplash.com/photo-1621607516531-294b63519842?auto=format&fit=crop&q=80&w=400", imageAlt: "beard trim" },
+ { imageSrc: "https://images.unsplash.com/photo-1626273718968-450f38e6e580?auto=format&fit=crop&q=80&w=400", imageAlt: "barber tools" },
]
},
]}
@@ -117,9 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- { id: "m1", value: "Wi-Fi", title: "Conectividad", description: "Wi-Fi Gratis para clientes.", imageSrc: "http://img.b2bpic.net/free-photo/man-having-his-hair-fixed-with-comb-hairdryer_23-2148256901.jpg", imageAlt: "barber shop skin fade" },
- { id: "m2", value: "NFC", title: "Pagos", description: "Pago con Móvil/NFC rápido.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-older-sister-cuts-her-little-brother-with-trimmer-against-brick-wall_613910-19671.jpg", imageAlt: "barber cutting kids hair" },
- { id: "m3", value: "20:30", title: "Horario", description: "Abierto hasta las 20:30.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-mental-health-day-awareness_23-2151813238.jpg", imageAlt: "hair tattoo pattern" },
+ { id: "m1", value: "Wi-Fi", title: "Conectividad", description: "Wi-Fi Gratis para clientes.", imageSrc: "https://images.unsplash.com/photo-1594967916422-5c2f57560a3a?auto=format&fit=crop&q=80&w=400", imageAlt: "Wi-Fi symbol" },
+ { id: "m2", value: "NFC", title: "Pagos", description: "Pago con Móvil/NFC rápido.", imageSrc: "https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&q=80&w=400", imageAlt: "nfc payment" },
+ { id: "m3", value: "20:30", title: "Horario", description: "Abierto hasta las 20:30.", imageSrc: "https://images.unsplash.com/photo-1506784365847-bbad939e9335?auto=format&fit=crop&q=80&w=400", imageAlt: "clock icon" },
]}
title="Compromiso con el Cliente"
description="Tecnología y servicios modernos a tu disposición."
@@ -130,9 +125,9 @@ export default function LandingPage() {
window.location.href = 'tel:602379374'}
- imageSrc="http://img.b2bpic.net/free-photo/full-shot-man-getting-groomed_23-2149141754.jpg"
+ imageSrc="https://images.unsplash.com/photo-1507413245164-6160d8298b31?auto=format&fit=crop&q=80&w=1200"
imageAlt="barber shop interior"
/>
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 4563af3..28c9bd3 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
- --card: #f9f9f9;
+ --card: #000000;
--foreground: #000000;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
- --secondary-cta: #ffffff;
+ --secondary-cta: #000000;
--secondary-cta-text: #000000;
- --accent: #000000;
- --background-accent: #106EFB;
+ --accent: #106EFB;
+ --background-accent: #f9f9f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);