Merge version_1 into main #2
318
src/app/page.tsx
318
src/app/page.tsx
@@ -25,229 +25,113 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="O’ Boss"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="O’ Boss"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="O’ Boss Re Tagliere"
|
||||
description="Authentic flavors of the tradition in the heart of San Felice a Cancello. Join us for a unique culinary experience."
|
||||
tag="Sapori Autentici"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg?_wi=1",
|
||||
imageAlt: "Tagliere platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface_23-2151214693.jpg",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-vegetables-wooden-board-with-oil_114579-31270.jpg?_wi=1",
|
||||
imageAlt: "Assorted meats",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mixed-with-vegetables-topped-with-sesame-seeds_140725-3631.jpg?_wi=1",
|
||||
imageAlt: "Fresh pasta dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-sausages-top-view_141793-4491.jpg?_wi=1",
|
||||
imageAlt: "Traditional dessert",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Top rated restaurant in the area"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "plain" }}
|
||||
title="O’ Boss Re Tagliere"
|
||||
description="Authentic flavors of the tradition in the heart of San Felice a Cancello. Join us for a unique culinary experience."
|
||||
tag="Sapori Autentici"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg", imageAlt: "Tagliere platter" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-stone-wall-surface_23-2151214693.jpg", imageAlt: "Restaurant ambiance" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Top rated restaurant in the area"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion"
|
||||
description="Founded on the love for local tradition, O’ Boss Re Tagliere brings you the finest selection of cured meats, aged cheeses, and fresh seasonal products."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Local Suppliers",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Authentic Ingredients",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg?_wi=1"
|
||||
imageAlt="Our mission"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion"
|
||||
description="Founded on the love for local tradition, O’ Boss Re Tagliere brings you the finest selection of cured meats, aged cheeses, and fresh seasonal products."
|
||||
metrics={[
|
||||
{ value: "10+", title: "Years Experience" },
|
||||
{ value: "50+", title: "Local Suppliers" },
|
||||
{ value: "100%", title: "Authentic Ingredients" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg"
|
||||
imageAlt="Our mission"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Tagliere",
|
||||
name: "Tagliere Grande",
|
||||
price: "€25",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-vegetables-wooden-board-with-oil_114579-31270.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Primi",
|
||||
name: "Pasta Fresca",
|
||||
price: "€12",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mixed-with-vegetables-topped-with-sesame-seeds_140725-3631.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Dolci",
|
||||
name: "Tiramisu Tradizionale",
|
||||
price: "€6",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-sausages-top-view_141793-4491.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Tagliere",
|
||||
name: "Tagliere Misto",
|
||||
price: "€18",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dietary-black-bread-wheats-wooden-board-spikes-flower-eggs-flour-bowl-blue-background_179666-46874.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Vini",
|
||||
name: "Selezione Vini",
|
||||
price: "€4",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-creamy-mushroom-sauce-rice_140725-2100.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Antipasti",
|
||||
name: "Bruschette Miste",
|
||||
price: "€8",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-with-chorizo-slices_23-2148974693.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our delicious selection of tagliere, appetizers, and traditional dishes."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "1", brand: "Tagliere", name: "Tagliere Grande", price: "€25", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/uncooked-pasta-vegetables-wooden-board-with-oil_114579-31270.jpg" },
|
||||
{ id: "2", brand: "Primi", name: "Pasta Fresca", price: "€12", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-mixed-with-vegetables-topped-with-sesame-seeds_140725-3631.jpg" },
|
||||
{ id: "3", brand: "Dolci", name: "Tiramisu Tradizionale", price: "€6", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sausages-top-view_141793-4491.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Explore our delicious selection of tagliere, appetizers, and traditional dishes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Us"
|
||||
description="We blend traditional techniques with modern culinary passion to deliver an unforgettable dining experience."
|
||||
features={[
|
||||
{
|
||||
title: "Farm to Table",
|
||||
description: "Fresh, locally sourced ingredients that celebrate the seasonality of our region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
title: "Traditional Recipes",
|
||||
description: "Authentic recipes passed down through generations, preserved with love.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="feature" data-section="feature">
|
||||
<FeatureCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Us"
|
||||
description="We blend traditional techniques with modern culinary passion to deliver an unforgettable dining experience."
|
||||
features={[
|
||||
{ title: "Farm to Table", description: "Fresh, locally sourced ingredients that celebrate the seasonality of our region.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081864.jpg" },
|
||||
{ title: "Traditional Recipes", description: "Authentic recipes passed down through generations, preserved with love.", imageSrc: "http://img.b2bpic.net/free-photo/surface-with-different-foodstuffs_23-2147612075.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Find O' Boss Re Tagliere"
|
||||
description="Located in the heart of San Felice a Cancello. Drop by for a taste of tradition."
|
||||
buttonText="Get Directions"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Find O' Boss Re Tagliere"
|
||||
description="Located in the heart of San Felice a Cancello. Drop by for a taste of tradition."
|
||||
buttonText="Get Directions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contacts",
|
||||
items: [
|
||||
{
|
||||
label: "Via Roma, 12, San Felice a Cancello",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+39 000 000 0000",
|
||||
href: "tel:+390000000000",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 O’ Boss Re Tagliere"
|
||||
bottomRightText="Privacy Policy"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Contacts", items: [
|
||||
{ label: "Via Roma, 12, San Felice a Cancello", href: "#" },
|
||||
{ label: "+39 000 000 0000", href: "tel:+390000000000" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social", items: [
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 O’ Boss Re Tagliere"
|
||||
bottomRightText="Privacy Policy"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user