diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 10b3bff..efc22e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Tawwy Apartments", description: "Beautiful, comfortable Mediterranean apartments for your perfect getaway."}; + title: "Apartamentos Tawwy", description: "Hermosos y cómodos apartamentos mediterráneos para tu escape perfecto." +}; export default function RootLayout({ children, @@ -14,7 +15,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}