Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdab3e790f | |||
| b63d0c0591 | |||
| 04dd3035c2 | |||
| 34e7cc2707 | |||
| d2cbeeb2b1 | |||
| c207ffca7c | |||
| 1918fb9c11 |
@@ -1,17 +1,9 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
import "./globals.css";
|
||||
|
||||
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({
|
||||
children,
|
||||
@@ -20,7 +12,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="es">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<body>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
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."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Recién Horneado"
|
||||
tagIcon={Sparkles}
|
||||
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."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Tu correo electrónico"
|
||||
buttonText="Suscribirse"
|
||||
|
||||
Reference in New Issue
Block a user