From 027a98dff793404722cd6a06c085a99ae24c1a9f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 15:06:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 475d433..83b439e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,9 +173,9 @@ export default function LandingPage() { @@ -189,11 +189,11 @@ export default function LandingPage() { title: "Empresa", items: [{ label: "Sobre nosotros", href: "#about" }, { label: "Contacto", href: "#contact" }], }, ]} - bottomLeftText="© 2024 Culinary Delight." + bottomLeftText="© 2024 Bonne Eclair Cafetería." bottomRightText="Política de Privacidad" /> ); -} \ No newline at end of file +} -- 2.49.1