Merge version_3 into main #8
@@ -1,17 +1,8 @@
|
||||
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 +11,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="es">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<body>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user