17 Commits

Author SHA1 Message Date
105bbd49b4 Update src/app/page.tsx 2026-04-28 15:59:14 +00:00
ebfdb33e86 Update src/app/page.tsx 2026-04-28 15:58:50 +00:00
d9c6928e29 Update src/app/page.tsx 2026-04-28 15:58:32 +00:00
d2d30f8737 Update src/app/page.tsx 2026-04-28 15:56:27 +00:00
521bb89215 Update theme fonts 2026-04-28 15:56:00 +00:00
63301250d8 Update theme fonts 2026-04-28 15:56:00 +00:00
f80f28f2ea Update theme fonts 2026-04-28 15:55:39 +00:00
137e43612c Update theme fonts 2026-04-28 15:55:39 +00:00
5d3c7dc814 Update theme fonts 2026-04-28 15:55:21 +00:00
7970a80d32 Update theme fonts 2026-04-28 15:55:21 +00:00
1a3e5aa61b Update theme fonts 2026-04-28 15:54:45 +00:00
9cf3e535b6 Update theme fonts 2026-04-28 15:54:44 +00:00
7fcbe64507 Update src/app/page.tsx 2026-04-28 15:54:01 +00:00
0c80f7e599 Update src/app/page.tsx 2026-04-28 15:53:33 +00:00
3fa9bfe5ae Update src/app/page.tsx 2026-04-28 15:50:38 +00:00
843cc171c7 Update src/app/page.tsx 2026-04-28 15:48:39 +00:00
15aac613c8 Update src/app/page.tsx 2026-04-28 15:48:29 +00:00
3 changed files with 23 additions and 13 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Archivo } from "next/font/google"; import { Archivo } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
@@ -20,8 +21,17 @@ export const metadata: Metadata = {
}, },
}; };
const archivo = Archivo({
variable: "--font-archivo",
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -33,7 +43,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${archivo.variable} antialiased`}> <body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -56,9 +56,9 @@ export default function LandingPage() {
text: "Llamar Ahora", href: "tel:602379374"}, text: "Llamar Ahora", href: "tel:602379374"},
]} ]}
mediaItems={[ mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", imageAlt: "barber shop skin fade" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzYNOTiy0BZsY6vcMVRwm5zodr/uploaded-1777391509896-3ng95hh5.png", imageAlt: "barber shop skin fade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-skin-texture_23-2149457576.jpg", imageAlt: "skin fade close up" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzYNOTiy0BZsY6vcMVRwm5zodr/uploaded-1777391623718-okrx9vjx.png", imageAlt: "skin fade close up" },
{ imageSrc: "http://img.b2bpic.net/free-photo/child-getting-haircut-salon_23-2150462518.jpg", imageAlt: "barber cutting kids hair" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzYNOTiy0BZsY6vcMVRwm5zodr/uploaded-1777391637182-x682uwax.png", imageAlt: "barber cutting kids hair" },
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -73,7 +73,7 @@ export default function LandingPage() {
{ {
title: "Degradados Modernos", description: "Especialistas en Skin Fade y acabados de alta definición.", icon: Sparkles, title: "Degradados Modernos", description: "Especialistas en Skin Fade y acabados de alta definición.", icon: Sparkles,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/from-hands-shaving-neck_23-2147778916.jpg", imageAlt: "skin fade close up" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzYNOTiy0BZsY6vcMVRwm5zodr/uploaded-1777391781956-10by0kvr.png", 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: "http://img.b2bpic.net/free-photo/close-up-hairdresser-trimming-hair_23-2148256872.jpg", imageAlt: "skin fade close up" },
] ]
}, },
@@ -87,7 +87,7 @@ export default function LandingPage() {
{ {
title: "Arreglo de Barba", description: "Perfilado y cuidado tradicional para un look impecable.", icon: Shield, title: "Arreglo de Barba", description: "Perfilado y cuidado tradicional para un look impecable.", icon: Shield,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-drinking-straw-texture_23-2148133310.jpg", imageAlt: "hair tattoo pattern" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzYNOTiy0BZsY6vcMVRwm5zodr/uploaded-1777391430496-iaeddtfv.png", imageAlt: "hair tattoo pattern" },
{ imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-abstract-lines-pattern_23-2148953433.jpg", imageAlt: "hair tattoo pattern" }, { imageSrc: "http://img.b2bpic.net/free-vector/linear-flat-abstract-lines-pattern_23-2148953433.jpg", imageAlt: "hair tattoo pattern" },
] ]
}, },
@@ -105,8 +105,8 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "p1", name: "Corte de Caballero", price: "15€", badge: "Popular", badgeIcon: Users, features: ["Degradado moderno", "Perfilado incluido", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] }, { id: "p1", name: "Corte de Caballero", price: "10€", badge: "Popular", badgeIcon: Users, features: ["Degradado moderno", "Perfilado incluido", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] },
{ id: "p2", name: "Corte Infantil", price: "12€", features: ["Corte con paciencia", "Estilo personalizado", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] } { id: "p2", name: "Corte Infantil", price: "10€", features: ["Corte con paciencia", "Estilo personalizado", "Atención inmediata"], buttons: [{ text: "Ven ahora" }] }
]} ]}
/> />
</div> </div>
@@ -118,7 +118,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ 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: "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: "m2", value: "Tarjeta", 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: "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" },
]} ]}
title="Compromiso con el Cliente" title="Compromiso con el Cliente"

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-archivo), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-archivo), sans-serif; font-family: var(--font-libre-baskerville), serif;
} }