Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b63d0c0591 | |||
| 04dd3035c2 | |||
| d2cbeeb2b1 | |||
| c207ffca7c | |||
| 1918fb9c11 |
@@ -1,17 +1,9 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Geist, Geist_Mono } from "next/font/google";
|
import "./globals.css";
|
||||||
import "@/styles/globals.css";
|
|
||||||
|
|
||||||
const geist = Geist({
|
|
||||||
variable: "--font-geist-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const geistMono = Geist_Mono({
|
|
||||||
variable: "--font-geist-mono", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Pastelería MOYANO", description: "Bollería artesanal recién hecha en Alcorcón, Madrid"};
|
title: "Pastelería MOYANO | Tradición Artesanal en Alcorcón", description: "Bollería recién hecha, café de calidad y el trato cercano de siempre. Descubre por qué somos tu pastelería de barrio desde hace años."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
@@ -20,7 +12,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="es">
|
<html lang="es">
|
||||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
<body>
|
||||||
{children}
|
{children}
|
||||||
|
|
||||||
<script
|
<script
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Tradición Artesanal en el Corazón de Alcorcón"
|
title="Tradición Artesanal en el Corazón de Alcorcón"
|
||||||
description="Bollería recién hecha, café de calidad y el trato cercano de siempre. Descubre por qué somos tu pastelería de barrio desde hace años."
|
description="Bollería recién hecha, café de calidad y el trato cercano de siempre. Descubre por qué somos tu pastelería de barrio desde hace años."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
tag="Recién Horneado"
|
tag="Recién Horneado"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
|||||||
description="Llámanos al 916 12 96 41 o completa tus datos para recibir información sobre encargos especiales y promociones."
|
description="Llámanos al 916 12 96 41 o completa tus datos para recibir información sobre encargos especiales y promociones."
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
inputPlaceholder="Tu correo electrónico"
|
inputPlaceholder="Tu correo electrónico"
|
||||||
buttonText="Suscribirse"
|
buttonText="Suscribirse"
|
||||||
|
|||||||
Reference in New Issue
Block a user