Update src/app/page.tsx
This commit is contained in:
233
src/app/page.tsx
233
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Di Nino"
|
||||
/>
|
||||
@@ -54,33 +42,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="A Taste of Italy in Every Bite"
|
||||
description="Authentic flavors, tradition, and passion served at Principale Ristorante Di Nino. Experience a journey through the heart of Italy."
|
||||
tag="Since 1985"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truffle-pasta-dish-with-fresh-rosemary-garlic-dark-plate_84443-94474.jpg?_wi=1",
|
||||
imageAlt: "Authentic Italian Pasta",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truffle-pasta-dish-with-fresh-rosemary-garlic-dark-plate_84443-94474.jpg", imageAlt: "Authentic Italian Pasta"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg?_wi=1",
|
||||
imageAlt: "Wine and Dining",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-pasta_23-2148189930.jpg",
|
||||
imageAlt: "Flat lay composition of pasta",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-inside-plate-with-female-hands-dark-table_140725-143905.jpg",
|
||||
imageAlt: "Top view tasty vegetable salad",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-cheese-tomatoes_140725-3501.jpg",
|
||||
imageAlt: "Pasta with cheese and tomatoes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg", imageAlt: "Wine and Dining"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -95,20 +67,11 @@ export default function LandingPage() {
|
||||
title="Our Heritage"
|
||||
description="Founded by Nino himself, our restaurant is a tribute to family recipes passed down through generations, bringing fresh, high-quality ingredients directly to your table."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Generations of Italian wisdom.",
|
||||
},
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced and carefully selected.",
|
||||
},
|
||||
{
|
||||
title: "Authentic Ambiance",
|
||||
description: "Designed for intimacy and comfort.",
|
||||
},
|
||||
{ title: "Traditional Recipes", description: "Generations of Italian wisdom." },
|
||||
{ title: "Fresh Ingredients", description: "Locally sourced and carefully selected." },
|
||||
{ title: "Authentic Ambiance", description: "Designed for intimacy and comfort." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -120,40 +83,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Pasta",
|
||||
description: "Made fresh daily by our chefs.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pasta-ingredients-table-with-copy-space_23-2148361338.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-gloves-sprinkled-salt-fresh-fish-pomegranate-seeds-bowl-table_179666-46865.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truffle-pasta-dish-with-fresh-rosemary-garlic-dark-plate_84443-94474.jpg?_wi=2",
|
||||
imageAlt: "fresh artisan pasta noodles",
|
||||
title: "Artisan Pasta", description: "Made fresh daily by our chefs.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pasta-ingredients-table-with-copy-space_23-2148361338.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-with-gloves-sprinkled-salt-fresh-fish-pomegranate-seeds-bowl-table_179666-46865.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Fine Wines",
|
||||
description: "A curated collection from Italy's regions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smell-wine_1098-15584.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/png-glasses-with-wine-drink-isolated-white-background_185193-165513.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-assortment-with-plant_23-2148914894.jpg?_wi=2",
|
||||
imageAlt: "fresh artisan pasta noodles",
|
||||
title: "Fine Wines", description: "A curated collection from Italy's regions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smell-wine_1098-15584.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/png-glasses-with-wine-drink-isolated-white-background_185193-165513.jpg" }
|
||||
},
|
||||
{
|
||||
title: "Impeccable Service",
|
||||
description: "We treat you like family.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-cafe-owner-apron-showing-card-machine-payment-reader-taking_1258-199459.jpg",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-barista-hanging-open-sign-front-door-bar_637285-3398.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg?_wi=2",
|
||||
imageAlt: "fresh artisan pasta noodles",
|
||||
title: "Impeccable Service", description: "We treat you like family.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-asian-girl-barista-cafe-owner-apron-showing-card-machine-payment-reader-taking_1258-199459.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/happy-barista-hanging-open-sign-front-door-bar_637285-3398.jpg" }
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -169,60 +108,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Main",
|
||||
name: "Tagliatelle al Tartufo",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-pasta-meal-blue-plate-served-with-tomato-meat-dinner-tan-color-towel-its-ingredients_140725-143859.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Main",
|
||||
name: "Osso Buco",
|
||||
price: "$34",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-eggplant-caviar_140725-3763.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Main",
|
||||
name: "Risotto ai Frutti di Mare",
|
||||
price: "$30",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pan-seared-scallops-black-plate_84443-85879.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Dessert",
|
||||
name: "Classic Tiramisu",
|
||||
price: "$12",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dessert-tiramisu-ceramic-plate_114579-9238.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Wine",
|
||||
name: "Chianti Classico",
|
||||
price: "$45",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pomegranate-wine-dark-wall-drink-fruit-alcohol-sour-color-restaurant-juice-wine_179666-17551.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Dessert",
|
||||
name: "Panna Cotta",
|
||||
price: "$10",
|
||||
rating: 4,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/piece-delicious-cake-purple-plate_114579-45443.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Main", name: "Tagliatelle al Tartufo", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-pasta-meal-blue-plate-served-with-tomato-meat-dinner-tan-color-towel-its-ingredients_140725-143859.jpg" },
|
||||
{ id: "p2", brand: "Main", name: "Osso Buco", price: "$34", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/fried-ribs-eggplant-caviar_140725-3763.jpg" },
|
||||
{ id: "p3", brand: "Main", name: "Risotto ai Frutti di Mare", price: "$30", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/pan-seared-scallops-black-plate_84443-85879.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="From our kitchen to your table."
|
||||
@@ -235,24 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Years of Tradition",
|
||||
value: "39+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Star,
|
||||
title: "Happy Guests",
|
||||
value: "50K+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Chef Awards",
|
||||
value: "12",
|
||||
},
|
||||
{ id: "m1", icon: Award, title: "Years of Tradition", value: "39+" },
|
||||
{ id: "m2", icon: Star, title: "Happy Guests", value: "50K+" },
|
||||
{ id: "m3", icon: Award, title: "Chef Awards", value: "12" },
|
||||
]}
|
||||
title="By The Numbers"
|
||||
description="Excellence defined."
|
||||
@@ -266,26 +139,8 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Marco Rossi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-using-tablet-table_23-2148095762.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/joyful-business-woman-using-tablet-table_23-2148095762.jpg", alt: "Reviewer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-holding-notepad-with-papers-posing_74855-9950.jpg", alt: "Reviewer" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -295,9 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Experience authentic Italian cuisine at Principale Ristorante Di Nino."
|
||||
@@ -307,36 +160,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Reservations", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Principale Ristorante Di Nino"
|
||||
bottomRightText="All rights reserved"
|
||||
|
||||
Reference in New Issue
Block a user