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
+}
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
+}
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
+}
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
+}
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);