Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-12 09:23:03 +00:00

View File

@@ -27,233 +27,110 @@ export default function LandingPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Menu",
id: "#menu",
},
{
name: "About",
id: "#about",
},
{
name: "Reviews",
id: "#reviews",
},
{
name: "Contact",
id: "#contact",
},
]}
brandName="Pizza Factory"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Menu", id: "#menu" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
]}
brandName="Pizza Factory"
button={{ text: "Order Now", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
title="Authentic Italian Pizzas in Chauray"
description="Handcrafted with passion, baked with tradition. Discover our 31cm wood-fired style pizzas prepared daily with fresh, high-quality ingredients."
buttons={[
{
text: "View Menu",
href: "#menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-pizza-cutter-arrangement_23-2148574228.jpg"
imageAlt="fresh pizza on wooden table"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{ variant: "plain" }}
title="Authentic Italian Pizzas in Chauray"
description="Handcrafted with passion, baked with tradition. Discover our 31cm wood-fired style pizzas prepared daily with fresh, high-quality ingredients."
buttons={[{ text: "View Menu", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/view-pizza-cutter-arrangement_23-2148574228.jpg"
imageAlt="fresh pizza on wooden table"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="Crafting Excellence Since 2026"
metrics={[
{
label: "Years Passion",
value: "2+",
icon: Award,
},
{
label: "Pizzas Created",
value: "10k+",
icon: Flame,
},
{
label: "Happy Clients",
value: "4.8",
icon: Star,
},
]}
metricsAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={true}
title="Crafting Excellence Since 2026"
metrics={[
{ label: "Years Passion", value: "2+", icon: Award },
{ label: "Pizzas Created", value: "10k+", icon: Flame },
{ label: "Happy Clients", value: "4.8", icon: Star },
]}
metricsAnimation="slide-up"
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="inline-image"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Marguarita",
price: "11,00 €",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-parmesan-cheese-tomatoes_23-2148753755.jpg",
},
{
id: "p2",
name: "4 Fromaggio",
price: "15,50 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-white-table_23-2148149114.jpg",
},
{
id: "p3",
name: "Proscuitto",
price: "14,50 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-ingredients-arrangement_23-2148601668.jpg",
},
{
id: "p4",
name: "Calzone Classiche",
price: "14,00 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-sliced-white-light-surface_140725-44148.jpg",
},
{
id: "p5",
name: "Végé 2.0",
price: "12,00 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg",
},
{
id: "p6",
name: "Salmone",
price: "15,50 €",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-pizza-with-vegetables_23-2149298060.jpg",
},
]}
title="Our Signature Pizzas"
description="All our pizzas are 31cm, crafted with the finest Italian ingredients."
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
animationType="slide-up"
textboxLayout="inline-image"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Marguarita", price: "11,00 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-parmesan-cheese-tomatoes_23-2148753755.jpg" },
{ id: "p2", name: "4 Fromaggio", price: "15,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-white-table_23-2148149114.jpg" },
{ id: "p3", name: "Proscuitto", price: "14,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-ingredients-arrangement_23-2148601668.jpg" },
{ id: "p4", name: "Calzone Classiche", price: "14,00 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-sliced-white-light-surface_140725-44148.jpg" },
{ id: "p5", name: "Végé 2.0", price: "12,00 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg" },
{ id: "p6", name: "Salmone", price: "15,50 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-pizza-with-vegetables_23-2149298060.jpg" }
]}
title="Our Signature Pizzas"
description="All our pizzas are 31cm, crafted with the finest Italian ingredients."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Stéphanie S.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419414.jpg",
},
{
id: "t2",
name: "Clotilde J.",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg",
},
{
id: "t3",
name: "Selim H.",
imageSrc: "http://img.b2bpic.net/free-photo/black-american-couple-date-meeting-drink-wine-restaurant_613910-7260.jpg",
},
{
id: "t4",
name: "Marc L.",
imageSrc: "http://img.b2bpic.net/free-photo/excited-male-chef-dressed-uniform-holding-wood-rolling-pin-pasta-looking-surprised-camera-yellow-background-young-man-chef-hat-looking-inspired_574295-6090.jpg",
},
{
id: "t5",
name: "Julie M.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203583.jpg",
},
]}
cardTitle="What our customers say"
cardTag="Reviews"
cardAnimation="slide-up"
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Stéphanie S.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-home-together_23-2150419414.jpg" },
{ id: "t2", name: "Clotilde J.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-chef-worried-expression_1194-1332.jpg" },
{ id: "t3", name: "Selim H.", imageSrc: "http://img.b2bpic.net/free-photo/black-american-couple-date-meeting-drink-wine-restaurant_613910-7260.jpg" },
{ id: "t4", name: "Marc L.", imageSrc: "http://img.b2bpic.net/free-photo/excited-male-chef-dressed-uniform-holding-wood-rolling-pin-pasta-looking-surprised-camera-yellow-background-young-man-chef-hat-looking-inspired_574295-6090.jpg" },
{ id: "t5", name: "Julie M.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203583.jpg" }
]}
cardTitle="What our customers say"
cardTag="Reviews"
cardAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do you offer delivery?",
content: "Yes, we offer both on-site dining and delivery services.",
},
{
id: "f2",
title: "Are your ingredients fresh?",
content: "We pride ourselves on using high-quality local and Italian ingredients for all our pizzas.",
},
{
id: "f3",
title: "What are your opening hours?",
content: "We are open Tuesday to Saturday from 12h-14h and 18h30-22h.",
},
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Do you offer delivery?", content: "Yes, we offer both on-site dining and delivery services." },
{ id: "f2", title: "Are your ingredients fresh?", content: "We pride ourselves on using high-quality local and Italian ingredients for all our pizzas." },
{ id: "f3", title: "What are your opening hours?", content: "We are open Tuesday to Saturday from 12h-14h and 18h30-22h." }
]}
sideTitle="Common Questions"
faqsAnimation="blur-reveal"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
text="Hungry? Order your favorite pizza now at 06 36 16 51 84."
buttons={[
{
text: "Call to Order",
href: "tel:0636165184",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "plain" }}
text="Hungry? Order your favorite pizza now at 06 36 16 51 84."
buttons={[{ text: "Call to Order", href: "tel:0636165184" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3989.jpg"
logoText="Pizza Factory"
columns={[
{
title: "Information",
items: [
{
label: "Contact us",
href: "tel:0636165184",
},
{
label: "Order online",
href: "#menu",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/delicious-pizza-traditional-italian-pizza_1328-3989.jpg"
logoText="Pizza Factory"
columns={[
{ title: "Information", items: [{ label: "Contact us", href: "tel:0636165184" }, { label: "Order online", href: "#menu" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);