Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fd85c0bf2 | |||
| 20e6ae433b | |||
| d398b34f3e | |||
| 425a087fcd | |||
| 3caef941eb | |||
| 41f88d550a | |||
| 2816d693ff |
@@ -15,6 +15,7 @@ export const metadata: Metadata = {
|
|||||||
description: 'El Caniche Rosa es el destino definitivo para el cuidado y estilo exclusivo de tu mascota. Servicios de peluquería y spa premium en un ambiente boutique.',
|
description: 'El Caniche Rosa es el destino definitivo para el cuidado y estilo exclusivo de tu mascota. Servicios de peluquería y spa premium en un ambiente boutique.',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-dm-sans",
|
variable: "--font-dm-sans",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
|
|||||||
@@ -146,6 +146,10 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "3", title: "¿Tienen servicio de recogida?", content: "Actualmente trabajamos únicamente en nuestro salón boutique."},
|
id: "3", title: "¿Tienen servicio de recogida?", content: "Actualmente trabajamos únicamente en nuestro salón boutique."},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "¿Tienes más dudas? Contáctanos", href: "#contact"},
|
||||||
|
]}
|
||||||
sideTitle="Preguntas Frecuentes"
|
sideTitle="Preguntas Frecuentes"
|
||||||
sideDescription="Respondemos a tus dudas sobre nuestros servicios de peluquería y spa."
|
sideDescription="Respondemos a tus dudas sobre nuestros servicios de peluquería y spa."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -174,4 +178,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #f6f0e9;
|
||||||
--card: #ffffff;
|
--card: #efe7dd;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #2b180a;
|
||||||
--primary-cta: #1c1c1c;
|
--primary-cta: #2b180a;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f6f0e9;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #efe7dd;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #2b180a;
|
||||||
--accent: #159c49;
|
--accent: #94877c;
|
||||||
--background-accent: #a8e8ba;
|
--background-accent: #afa094;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user