Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 15:22:34 +00:00
2 changed files with 42 additions and 122 deletions

View File

@@ -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 | 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"),
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 | 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: [
{
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: "El Torito D'Capris Signature Dishes"},
],
},
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 | 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"],
},
robots: {
index: true,
@@ -1426,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -21,9 +21,7 @@ export default function HomePage() {
];
const navButton = {
text: "Reserve a Table",
href: "/reservations",
};
text: "Reserve a Table", href: "/reservations"};
return (
<ThemeProvider
@@ -51,25 +49,19 @@ export default function HomePage() {
logoText="EL TORITO D'CAPRIS"
description="Authentic Peruvian Flavor in the Heart of Trujillo. Experience exceptional dishes crafted with traditional recipes and locally-sourced ingredients."
buttons={[
{ text: "View Menu", href: "/menu" },
{ text: "Explore Our Menu", href: "/menu" },
{ text: "Reserve a Table", href: "/reservations" },
]}
slides={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg?_wi=1",
imageAlt: "Peruvian cuisine dishes",
},
"http://img.b2bpic.net/free-photo/fried-shrimps-served-with-mayonnaise-chili-lemon_140725-2523.jpg?_wi=1", imageAlt: "Peruvian cuisine dishes"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=1",
imageAlt: "Picanha - Grilled beef",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=1", imageAlt: "Picanha - Grilled beef"},
{
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=1",
imageAlt: "Traditional Pisco drinks",
},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-xj1xd8l6.png?_wi=1", imageAlt: "Traditional Pisco drinks"},
]}
autoplayDelay={4000}
showDimOverlay={true}
@@ -100,35 +92,17 @@ export default function HomePage() {
tagIcon={ChefHat}
features={[
{
id: "1",
title: "Picanha - Premium Beef Cut",
description:
"Perfectly grilled premium beef cut served with traditional sauces, fresh salads, and crispy fries. A true Peruvian classic.",
tag: "Grilled Meats",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=2",
imageAlt: "Picanha grilled beef",
},
id: "1", title: "Picanha - Premium Beef Cut", description:
"Perfectly grilled premium beef cut served with traditional sauces, fresh salads, and crispy fries. A true Peruvian classic.", tag: "Grilled Meats", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-dt19bqsc.png?_wi=2", imageAlt: "Picanha grilled beef"},
{
id: "2",
title: "Tira de Res - Beef Ribs",
description:
"Tender, succulent beef ribs grilled to perfection and served with fresh avocado, tomato salad, and our signature green sauce.",
tag: "Grilled Meats",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png?_wi=1",
imageAlt: "Tira de Res beef ribs",
},
id: "2", title: "Tira de Res - Beef Ribs", description:
"Tender, succulent beef ribs grilled to perfection and served with fresh avocado, tomato salad, and our signature green sauce.", tag: "Grilled Meats", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-34aro68e.png?_wi=1", imageAlt: "Tira de Res beef ribs"},
{
id: "3",
title: "Tira de Cerdo - Pork Ribs",
description:
"Juicy grilled pork ribs served with fresh vegetables and traditional Peruvian condiments. A flavorful delight for pork lovers.",
tag: "Grilled Meats",
imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png?_wi=1",
imageAlt: "Tira de Cerdo pork ribs",
},
id: "3", title: "Tira de Cerdo - Pork Ribs", description:
"Juicy grilled pork ribs served with fresh vegetables and traditional Peruvian condiments. A flavorful delight for pork lovers.", tag: "Grilled Meats", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARM7NSHKwcjR8JTqCe6tCDpCjn/uploaded-1772550855376-gvqijzhu.png?_wi=1", imageAlt: "Tira de Cerdo pork ribs"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -140,33 +114,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "María García",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1",
imageAlt: "María García",
},
id: "1", name: "María García", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=1", imageAlt: "María García"},
{
id: "2",
name: "Carlos López",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1",
imageAlt: "Carlos López",
},
id: "2", name: "Carlos López", imageSrc:
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=1", imageAlt: "Carlos López"},
{
id: "3",
name: "Ana Rodríguez",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2",
imageAlt: "Ana Rodríguez",
},
id: "3", name: "Ana Rodríguez", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=2", imageAlt: "Ana Rodríguez"},
{
id: "4",
name: "Juan Martínez",
imageSrc:
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2",
imageAlt: "Juan Martínez",
},
id: "4", name: "Juan Martínez", imageSrc:
"http://img.b2bpic.net/free-photo/happy-handsome-guy-showing-call-me-sign_1262-17046.jpg?_wi=2", imageAlt: "Juan Martínez"},
]}
cardTitle="Over 2,000 satisfied customers trust El Torito D'Capris for authentic Peruvian cuisine and exceptional dining experiences"
cardTag="Customer Reviews"
@@ -184,35 +142,17 @@ export default function HomePage() {
tagIcon={ChefHat}
features={[
{
id: "1",
title: "Warm & Inviting Ambiance",
description:
"Step into our cozy dining space designed for family gatherings and special celebrations.",
tag: "Interior",
imageSrc:
"http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
imageAlt: "Restaurant interior",
},
id: "1", title: "Warm & Inviting Ambiance", description:
"Step into our cozy dining space designed for family gatherings and special celebrations.", tag: "Interior", imageSrc:
"http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Restaurant interior"},
{
id: "2",
title: "Delighted Customers",
description:
"Our guests enjoying authentic Peruvian flavors in a welcoming atmosphere filled with tradition.",
tag: "Experience",
imageSrc:
"http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg",
imageAlt: "Customers dining",
},
id: "2", title: "Delighted Customers", description:
"Our guests enjoying authentic Peruvian flavors in a welcoming atmosphere filled with tradition.", tag: "Experience", imageSrc:
"http://img.b2bpic.net/free-photo/young-friends-enjoying-time-together_23-2148395394.jpg", imageAlt: "Customers dining"},
{
id: "3",
title: "Culinary Mastery",
description:
"Watch our skilled chefs prepare each dish with passion and precision using time-honored techniques.",
tag: "Craft",
imageSrc:
"http://img.b2bpic.net/free-photo/man-is-outside-grilling-food-grill-preparing-meal_1258-296158.jpg?_wi=2",
imageAlt: "Chef cooking",
},
id: "3", title: "Culinary Mastery", description:
"Watch our skilled chefs prepare each dish with passion and precision using time-honored techniques.", tag: "Craft", imageSrc:
"http://img.b2bpic.net/free-photo/man-is-outside-grilling-food-grill-preparing-meal_1258-296158.jpg?_wi=2", imageAlt: "Chef cooking"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -242,15 +182,11 @@ export default function HomePage() {
<FooterLogoReveal
logoText="El Torito D'Capris"
leftLink={{
text: "WhatsApp: +51 933 764 795",
href: "https://wa.me/51933764795",
}}
text: "WhatsApp: +51 933 764 795", href: "https://wa.me/51933764795"}}
rightLink={{
text: "Follow us on Facebook",
href: "https://facebook.com/eltorito.dcapris",
}}
text: "Follow us on Facebook", href: "https://facebook.com/eltorito.dcapris"}}
/>
</div>
</ThemeProvider>
);
}
}