Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
251
src/app/page.tsx
251
src/app/page.tsx
@@ -31,61 +31,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Via Quadronno"
|
||||
button={{ text: "Reservations", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="A Taste of Milan in the Heart of the City"
|
||||
description="Via Quadronno offers authentic Italian tradition through artisanal paninis, specialty coffees, and refined hospitality in an elegant setting."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-tomatoes_140725-3501.jpg",
|
||||
imageAlt: "Fine Italian Dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-chopped-fresh-vegetables-cheese-cutting-board-spices-green-bundle-right-side-black-surface_179666-42315.jpg",
|
||||
imageAlt: "Artisanal Panini",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-flowers-greenhouse_53876-15348.jpg",
|
||||
imageAlt: "Italian Espresso",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-person-having-pasta-dish_23-2148149158.jpg",
|
||||
imageAlt: "Top view person having pasta dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg",
|
||||
imageAlt: "Traditional gulas dish composition",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-tomatoes_140725-3501.jpg", imageAlt: "Fine Italian Dining" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-chopped-fresh-vegetables-cheese-cutting-board-spices-green-bundle-right-side-black-surface_179666-42315.jpg", imageAlt: "Artisanal Panini" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-arranging-flowers-greenhouse_53876-15348.jpg", imageAlt: "Italian Espresso" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -98,18 +63,9 @@ export default function LandingPage() {
|
||||
title="Heritage and Passion"
|
||||
description="Born from a love for true Italian craft, Via Quadronno brings the spirit of the iconic Milanese street to every guest. Our menu honors traditional recipes passed down through generations, reimagined for today's discerning palate."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artisanal Craft",
|
||||
description: "Every panini is crafted with the finest imported ingredients.",
|
||||
},
|
||||
{
|
||||
title: "Milanese Roots",
|
||||
description: "Bringing the culture of Milan to our daily operations.",
|
||||
},
|
||||
{
|
||||
title: "Commitment to Quality",
|
||||
description: "Authentic recipes prepared with seasonal, fresh produce.",
|
||||
},
|
||||
{ title: "Artisanal Craft", description: "Every panini is crafted with the finest imported ingredients." },
|
||||
{ title: "Milanese Roots", description: "Bringing the culture of Milan to our daily operations." },
|
||||
{ title: "Commitment to Quality", description: "Authentic recipes prepared with seasonal, fresh produce." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brightly-lit-dining-unfocused_1203-770.jpg"
|
||||
imageAlt="Our Heritage"
|
||||
@@ -120,25 +76,13 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "The Classic Prosciutto",
|
||||
description: "Authentic imported prosciutto with fresh mozzarella on house bread.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-with-tomato-peppers-top-view_114579-6092.jpg",
|
||||
},
|
||||
{
|
||||
title: "Sweet Milanese Pastries",
|
||||
description: "A refined selection of freshly baked daily pastries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-fruits-aside_114579-19074.jpg",
|
||||
},
|
||||
{
|
||||
title: "Signature Espresso",
|
||||
description: "Traditional Italian coffee experience with every cup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg",
|
||||
},
|
||||
{ title: "The Classic Prosciutto", description: "Authentic imported prosciutto with fresh mozzarella on house bread.", imageSrc: "http://img.b2bpic.net/free-photo/cheese-with-tomato-peppers-top-view_114579-6092.jpg" },
|
||||
{ title: "Sweet Milanese Pastries", description: "A refined selection of freshly baked daily pastries.", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cake-with-fruits-aside_114579-19074.jpg" },
|
||||
{ title: "Signature Espresso", description: "Traditional Italian coffee experience with every cup.", imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg" }
|
||||
]}
|
||||
title="The Art of Italian Panini"
|
||||
description="Experience our signature curated menu, designed for pure culinary pleasure."
|
||||
@@ -152,42 +96,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Prosciutto Panino",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35149.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Classic Caesar",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-lettuce-tomatoes-crackers-grated-cheese_140725-7782.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tagliatelle Al Ragu",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-apron-holding-dough_23-2148296873.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Authentic Gelato",
|
||||
price: "$9",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-pizza-kitchen_158595-2120.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cheese Selection",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-charcuterie-board-with-assorted-meats-cheeses_84443-85771.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Signature Cappuccino",
|
||||
price: "$6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-cafe-latte-cappuccino-newspaper-concept_53876-16321.jpg",
|
||||
},
|
||||
{ id: "1", name: "Prosciutto Panino", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cuban-sandwich-wooden-table_123827-35149.jpg" },
|
||||
{ id: "2", name: "Classic Caesar", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-lettuce-tomatoes-crackers-grated-cheese_140725-7782.jpg" },
|
||||
{ id: "3", name: "Tagliatelle Al Ragu", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-apron-holding-dough_23-2148296873.jpg" }
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
description="Discover the dishes that have defined our restaurant for years."
|
||||
@@ -201,27 +112,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco Rossi",
|
||||
role: "Head Chef",
|
||||
description: "Mastering authentic Italian cuisine for over 20 years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena Bianchi",
|
||||
role: "Maître D'",
|
||||
description: "Creating an unforgettable welcome for every guest.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-blending-different-colors-his-painting_23-2148422201.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca Verdi",
|
||||
role: "Pastry Chef",
|
||||
description: "Dedicated to the finest artisanal baked goods.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2148986296.jpg",
|
||||
},
|
||||
{ id: "1", name: "Marco Rossi", role: "Head Chef", description: "Mastering authentic Italian cuisine for over 20 years.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg" },
|
||||
{ id: "2", name: "Elena Bianchi", role: "Maître D'", description: "Creating an unforgettable welcome for every guest.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-blending-different-colors-his-painting_23-2148422201.jpg" },
|
||||
{ id: "3", name: "Luca Verdi", role: "Pastry Chef", description: "Dedicated to the finest artisanal baked goods.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-apron_23-2148986296.jpg" }
|
||||
]}
|
||||
title="The Faces Behind the Craft"
|
||||
description="Meet our dedicated culinary and service team."
|
||||
@@ -234,41 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabella",
|
||||
handle: "@isa_foodie",
|
||||
testimonial: "Authentic Milanese experience in the city. The paninis are unbeatable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
handle: "@jd_eats",
|
||||
testimonial: "The atmosphere and the coffee are perfectly refined. Truly a classic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie",
|
||||
handle: "@sophietravels",
|
||||
testimonial: "A little slice of Italy. I come here for the espresso every single morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert",
|
||||
handle: "@robert_gourmet",
|
||||
testimonial: "The quality of the ingredients is evident in every bite. Simply perfect.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-enjoying-drinks-with-her-friend_23-2147859675.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Claire",
|
||||
handle: "@claire_dine",
|
||||
testimonial: "Best service and most beautiful pasta dishes I have had in a long time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-together-romantic-dinner_23-2148060555.jpg",
|
||||
},
|
||||
{ id: "1", name: "Isabella", handle: "@isa_foodie", testimonial: "Authentic Milanese experience in the city. The paninis are unbeatable.", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-having-laugh-together_23-2148395336.jpg" },
|
||||
{ id: "2", name: "John D.", handle: "@jd_eats", testimonial: "The atmosphere and the coffee are perfectly refined. Truly a classic.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg" },
|
||||
{ id: "3", name: "Sophie", handle: "@sophietravels", testimonial: "A little slice of Italy. I come here for the espresso every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-eating-dinner-communicating-with-friends-dining-table_637285-3342.jpg" }
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Hear what our patrons say about Via Quadronno."
|
||||
@@ -280,21 +141,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we recommend reservations for evening dining.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are you open for breakfast?",
|
||||
content: "We open early every morning for coffee and pastry.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer catering services?",
|
||||
content: "We offer exclusive catering options for private events.",
|
||||
},
|
||||
{ id: "1", title: "Do you accept reservations?", content: "Yes, we recommend reservations for evening dining." },
|
||||
{ id: "2", title: "Are you open for breakfast?", content: "We open early every morning for coffee and pastry." },
|
||||
{ id: "3", title: "Do you offer catering services?", content: "We offer exclusive catering options for private events." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about your dining experience."
|
||||
@@ -305,9 +154,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Stay Connected"
|
||||
title="Join Our Newsletter"
|
||||
description="Be the first to hear about seasonal specials and events at Via Quadronno."
|
||||
@@ -319,36 +166,18 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Reservations", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Via Quadronno"
|
||||
/>
|
||||
@@ -356,4 +185,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user