From 58c52d5c2c7cbb0b64f87563b06649f84ff14b47 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:01 +0000 Subject: [PATCH 1/5] Update src/app/layout.tsx --- src/app/layout.tsx | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5183e09..9d00711 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const nunito = Nunito({ - variable: "--font-nunito", - subsets: ["latin"], + variable: "--font-nunito", subsets: ["latin"], }); export const metadata: Metadata = { - title: "El Torito D'Capris | Authentic Peruvian Restaurant in Trujillo", - description: "Discover authentic Peruvian cuisine at El Torito D'Capris in Trujillo. Premium grilled meats, ceviche, and traditional dishes. Reservations available.", - keywords: "restaurant Trujillo, Peruvian food Trujillo, El Torito D'Capris, authentic Peruvian cuisine, grilled meats Peru", - metadataBase: new URL("https://eltorito-dcapris.com"), + title: "El Torito D'Capris | Restaurante Peruano Auténtico en Trujillo", description: "Descubre la auténtica cocina peruana en El Torito D'Capris en Trujillo. Carnes a la parrilla premium, ceviche y platos tradicionales. Reservaciones disponibles.", keywords: "restaurante Trujillo, comida peruana Trujillo, El Torito D'Capris, auténtica cocina peruana, carnes a la parrilla Perú", metadataBase: new URL("https://eltorito-dcapris.com"), alternates: { - canonical: "https://eltorito-dcapris.com", - }, + canonical: "https://eltorito-dcapris.com"}, openGraph: { - title: "El Torito D'Capris | Authentic Peruvian Restaurant", - description: "Experience authentic Peruvian flavors at El Torito D'Capris in Trujillo. Premium ingredients, family recipes, exceptional service.", - url: "https://eltorito-dcapris.com", - siteName: "El Torito D'Capris", - type: "website", - images: [ + title: "El Torito D'Capris | Restaurante Peruano Auténtico", description: "Experimenta los auténticos sabores peruanos en El Torito D'Capris en Trujillo. Ingredientes premium, recetas familiares, servicio excepcional.", url: "https://eltorito-dcapris.com", siteName: "El Torito D'Capris", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png", - alt: "El Torito D'Capris Signature Dishes", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png", alt: "Platos Insignia de El Torito D'Capris"}, ], }, twitter: { - card: "summary_large_image", - title: "El Torito D'Capris | Peruvian Restaurant Trujillo", - description: "Authentic Peruvian cuisine and warm family dining in Trujillo", - images: [ - "http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg", - ], + card: "summary_large_image", title: "El Torito D'Capris | Restaurante Peruano Trujillo", description: "Auténtica cocina peruana y cálida cena familiar en Trujillo", images: [ + "http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg"], }, robots: { index: true, @@ -50,7 +34,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + @@ -1426,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From a3a4836bbc157201f228defbde531dc64ee0879b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:03 +0000 Subject: [PATCH 2/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 84 +++++++++++++------------------------------ 1 file changed, 24 insertions(+), 60 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 453fe65..5942581 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -8,17 +8,15 @@ import Link from "next/link"; export default function MenuPage() { const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Menu", id: "menu" }, - { name: "Gallery", id: "gallery" }, - { name: "Contact", id: "contact" }, + { name: "Inicio", id: "hero" }, + { name: "Acerca de", id: "about" }, + { name: "Menú", id: "menu" }, + { name: "Galería", id: "gallery" }, + { name: "Contacto", id: "contact" }, ]; const navButton = { - text: "Reserve a Table", - href: "/reservations", - }; + text: "Reservar Mesa", href: "/reservations"}; return ( ); -} \ No newline at end of file +} -- 2.49.1 From 1c3ff9f0d8defb284d87a3bc6cd649cb957950af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:03 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 186 ++++++++++++++++------------------------------- 1 file changed, 61 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1818dd9..47cd887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,17 +13,15 @@ import { Heart, Flame, ChefHat, Star, Mail } from "lucide-react"; export default function HomePage() { const navItems = [ - { name: "Home", id: "hero" }, - { name: "About", id: "about" }, - { name: "Menu", id: "menu" }, - { name: "Gallery", id: "gallery" }, - { name: "Contact", id: "contact" }, + { name: "Inicio", id: "hero" }, + { name: "Acerca de", id: "about" }, + { name: "Menú", id: "menu" }, + { name: "Galería", id: "gallery" }, + { name: "Contacto", id: "contact" }, ]; const navButton = { - text: "Reserve a Table", - href: "/reservations", - }; + text: "Reservar Mesa", href: "/reservations"}; return ( @@ -94,41 +86,23 @@ export default function HomePage() { @@ -242,15 +182,11 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1 From aee9263135102f67ebb25f295597f11f44234c4a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:23:04 +0000 Subject: [PATCH 4/5] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 38 +++++++++++++++-------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 786b2e0..66b9ea7 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -9,17 +9,15 @@ import { Mail } from "lucide-react"; export default function ReservationsPage() { const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Menu", id: "menu" }, - { name: "Gallery", id: "gallery" }, - { name: "Contact", id: "contact" }, + { name: "Inicio", id: "hero" }, + { name: "Acerca de", id: "about" }, + { name: "Menú", id: "menu" }, + { name: "Galería", id: "gallery" }, + { name: "Contacto", id: "contact" }, ]; const navButton = { - text: "Reserve a Table", - href: "/reservations", - }; + text: "Reservar Mesa", href: "/reservations"}; return ( @@ -64,15 +62,11 @@ export default function ReservationsPage() { ); -} \ No newline at end of file +} -- 2.49.1 From af6b9314a20b6f96fbff5be34bee0272326ca8c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:54:14 +0000 Subject: [PATCH 5/5] Update theme colors --- src/app/styles/variables.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8a99aa4..2aed949 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf8f3;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #c41e3a;; - --secondary-cta: #ffffff;; - --accent: #d4a574;; - --background-accent: #8b6914;; */ + /* --background: #faf8f3;;; + --card: #f3ede2;;; + --foreground: #2d2421;;; + --primary-cta: #c41e3a;;; + --secondary-cta: #ffffff;;; + --accent: #d4a574;;; + --background-accent: #8b6914;;; */ - --background: #faf8f3;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #c41e3a;; - --primary-cta-text: #ffffff;; - --secondary-cta: #ffffff;; - --secondary-cta-text: #2e2521;; - --accent: #d4a574;; - --background-accent: #8b6914;; + --background: #faf8f3;;; + --card: #f3ede2;;; + --foreground: #2d2421;;; + --primary-cta: #c41e3a;;; + --primary-cta-text: #ffffff;;; + --secondary-cta: #ffffff;;; + --secondary-cta-text: #2e2521;;; + --accent: #d4a574;;; + --background-accent: #8b6914;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1