diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2458ac4..f635763 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
@@ -63,68 +51,43 @@ export default function LandingPage() {
@@ -164,23 +121,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Handmade Tagliatelle",
- description: "Freshly made pasta, delicately tossed with our rich Bolognese sauce, slow-cooked to perfection.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-noodles-wooden-board_23-2148847392.jpg",
- imageAlt: "Plate of tagliatelle with Bolognese sauce",
- },
+ title: "Handmade Tagliatelle", description: "Freshly made pasta, delicately tossed with our rich Bolognese sauce, slow-cooked to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-noodles-wooden-board_23-2148847392.jpg", imageAlt: "Plate of tagliatelle with Bolognese sauce"},
{
- title: "Neapolitan Pizza",
- description: "Crispy, thin-crust pizza baked in our wood-fired oven, topped with San Marzano tomatoes and fresh mozzarella.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-indoors_23-2150901093.jpg",
- imageAlt: "Neapolitan pizza with fresh basil",
- },
+ title: "Neapolitan Pizza", description: "Crispy, thin-crust pizza baked in our wood-fired oven, topped with San Marzano tomatoes and fresh mozzarella.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-indoors_23-2150901093.jpg", imageAlt: "Neapolitan pizza with fresh basil"},
{
- title: "Saffron Risotto",
- description: "A creamy, aromatic risotto infused with saffron and Parmesan, a true Lombardy classic.",
- imageSrc: "http://img.b2bpic.net/free-photo/light-salad-tomatoes-nuts-white-plate_140725-3284.jpg",
- imageAlt: "Bowl of saffron risotto",
- },
+ title: "Saffron Risotto", description: "A creamy, aromatic risotto infused with saffron and Parmesan, a true Lombardy classic.", imageSrc: "http://img.b2bpic.net/free-photo/light-salad-tomatoes-nuts-white-plate_140725-3284.jpg", imageAlt: "Bowl of saffron risotto"},
]}
title="Our Signature Specialties"
description="Discover the dishes that make Tinto Rosso truly unique. From handmade pasta to succulent meats, each plate tells a story of tradition and culinary excellence."
@@ -192,49 +137,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ animationType="blur-reveal"
products={[
{
- id: "prod-1",
- name: "Classic Lasagna",
- price: "$22",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-lasagna-with-fresh-tomato-mozzarella-generated-by-ai_188544-39115.jpg",
- imageAlt: "Classic Lasagna",
- },
+ id: "prod-1", name: "Classic Lasagna", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/homemade-lasagna-with-fresh-tomato-mozzarella-generated-by-ai_188544-39115.jpg", imageAlt: "Classic Lasagna"},
{
- id: "prod-2",
- name: "Gnocchi al Pesto",
- price: "$19",
- imageSrc: "http://img.b2bpic.net/free-photo/dough-slcies-with-meat-green-leafs-inside-white-plate-grey-surface_140725-14171.jpg",
- imageAlt: "Gnocchi with pesto sauce",
- },
+ id: "prod-2", name: "Gnocchi al Pesto", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/dough-slcies-with-meat-green-leafs-inside-white-plate-grey-surface_140725-14171.jpg", imageAlt: "Gnocchi with pesto sauce"},
{
- id: "prod-3",
- name: "Tiramisu Classico",
- price: "$10",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-slice-inside-plate-light_140725-53140.jpg",
- imageAlt: "Traditional Tiramisu",
- },
+ id: "prod-3", name: "Tiramisu Classico", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-slice-inside-plate-light_140725-53140.jpg", imageAlt: "Traditional Tiramisu"},
{
- id: "prod-4",
- name: "Bruschetta al Pomodoro",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-20349.jpg",
- imageAlt: "Bruschetta with fresh tomatoes",
- },
+ id: "prod-4", name: "Bruschetta al Pomodoro", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/italian-sandwiches-bruschetta-with-cheese-dry-tomatoes-basil_114579-20349.jpg", imageAlt: "Bruschetta with fresh tomatoes"},
{
- id: "prod-5",
- name: "Osso Buco",
- price: "$34",
- imageSrc: "http://img.b2bpic.net/free-photo/zucchini-pasta-red-sauce-sauteed-vegetables-zucchini-carrot-onion-garlic-tomatoes_127032-2919.jpg",
- imageAlt: "Osso Buco",
- },
+ id: "prod-5", name: "Osso Buco", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/zucchini-pasta-red-sauce-sauteed-vegetables-zucchini-carrot-onion-garlic-tomatoes_127032-2919.jpg", imageAlt: "Osso Buco"},
{
- id: "prod-6",
- name: "Chianti Classico",
- price: "$55",
- imageSrc: "http://img.b2bpic.net/free-photo/bunch-grapes-wine-bottle-white-table-high-quality-photo_114579-44207.jpg",
- imageAlt: "Bottle of Chianti wine",
- },
+ id: "prod-6", name: "Chianti Classico", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/bunch-grapes-wine-bottle-white-table-high-quality-photo_114579-44207.jpg", imageAlt: "Bottle of Chianti wine"},
]}
title="Our Exquisite Menu"
description="Explore a curated selection of antipasti, primi, secondi, and dolci, perfectly paired with our extensive wine list. A taste of Italy awaits."
@@ -246,14 +162,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
- "Gourmet Magazine",
- "Local Eats Awards",
- "Culinary Review Daily",
- "Taste of Italy Guide",
- "Best Chef Awards",
- "Restaurant Weekly",
- "Wine Enthusiast",
- ]}
+ "Gourmet Magazine", "Local Eats Awards", "Culinary Review Daily", "Taste of Italy Guide", "Best Chef Awards", "Restaurant Weekly", "Wine Enthusiast"]}
title="Recognized Excellence"
description="Proudly featured in leading culinary publications and trusted by local food critics. Our commitment to quality shines through."
showCard={false}
@@ -268,45 +177,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "test-1",
- name: "Sophia R.",
- role: "Food Critic",
- company: "Gourmet Bites",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg",
- },
+ id: "test-1", name: "Sophia R.", role: "Food Critic", company: "Gourmet Bites", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg"},
{
- id: "test-2",
- name: "Marco L.",
- role: "Local Business Owner",
- company: "Marco's Cafe",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-talking-phone_23-2149143990.jpg",
- },
+ id: "test-2", name: "Marco L.", role: "Local Business Owner", company: "Marco's Cafe", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-talking-phone_23-2149143990.jpg"},
{
- id: "test-3",
- name: "Elena V.",
- role: "Travel Blogger",
- company: "Wanderlust Eats",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg",
- },
+ id: "test-3", name: "Elena V.", role: "Travel Blogger", company: "Wanderlust Eats", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg"},
{
- id: "test-4",
- name: "Giovanni P.",
- role: "Chef",
- company: "La Cucina",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/senior-man-white-shirt-pink-bowtie_273609-42014.jpg",
- },
+ id: "test-4", name: "Giovanni P.", role: "Chef", company: "La Cucina", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/senior-man-white-shirt-pink-bowtie_273609-42014.jpg"},
{
- id: "test-5",
- name: "Isabella M.",
- role: "Architect",
- company: "Design Studio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/female-sommelier_1098-14998.jpg",
- },
+ id: "test-5", name: "Isabella M.", role: "Architect", company: "Design Studio", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/female-sommelier_1098-14998.jpg"},
]}
title="What Our Guests Say"
description="Hear from our cherished customers about their memorable dining experiences at Tinto Rosso. Their kind words inspire us to continually exceed expectations."
@@ -317,20 +201,15 @@ export default function LandingPage() {
@@ -340,54 +219,33 @@ export default function LandingPage() {
logoText="Tinto Rosso"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Home",
- href: "#home",
- },
+ label: "Home", href: "#home"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Specialties",
- href: "#specialties",
- },
+ label: "Specialties", href: "#specialties"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Reservations",
- href: "#contact",
- },
+ label: "Reservations", href: "#contact"},
{
- label: "Private Dining",
- href: "#contact",
- },
+ label: "Private Dining", href: "#contact"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}