From d2cbeeb2b1f619fc2daae7d6fdb40b10e3e106a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:42:35 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 84fc722..d4a6c7d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}