Merge version_1 into main #1
298
src/app/page.tsx
298
src/app/page.tsx
@@ -32,95 +32,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Pizzas do Nonno"
|
||||
button={{ text: "Order Now", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Authentic Pizzas, Made with Heart"
|
||||
description="Experience the traditional taste of Nonno's secret family recipes, baked in our wood-fired oven using only the freshest local ingredients."
|
||||
kpis={[
|
||||
{
|
||||
value: "20+",
|
||||
label: "Secret Recipes",
|
||||
},
|
||||
{
|
||||
value: "150+",
|
||||
label: "Pizzas Daily",
|
||||
},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years Tradition",
|
||||
},
|
||||
{ value: "20+", label: "Secret Recipes" },
|
||||
{ value: "150+", label: "Pizzas Daily" },
|
||||
{ value: "5+", label: "Years Tradition" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134253.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900913.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852153.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901153.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-rustic-wooden-table-generated-by-ai_188544-24094.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900913.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852153.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-pizza-indoors_23-2150901153.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-rustic-wooden-table-generated-by-ai_188544-24094.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Loved by over 1000 locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Local Produce",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Wood-Fired Perfection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Family Recipe",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "48 Hour Dough Proofing",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Italian Taste",
|
||||
},
|
||||
{ type: "text", text: "Fresh Local Produce" },
|
||||
{ type: "text", text: "Wood-Fired Perfection" },
|
||||
{ type: "text", text: "Traditional Family Recipe" },
|
||||
{ type: "text", text: "48 Hour Dough Proofing" },
|
||||
{ type: "text", text: "Authentic Italian Taste" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,21 +79,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Flavor"
|
||||
metrics={[
|
||||
{
|
||||
label: "Family Heritage",
|
||||
value: "Three Generations",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
label: "Local Sourcing",
|
||||
value: "Farm-to-Table",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
label: "Authentic Process",
|
||||
value: "48h Proofing",
|
||||
icon: Clock,
|
||||
},
|
||||
{ label: "Family Heritage", value: "Three Generations", icon: Flame },
|
||||
{ label: "Local Sourcing", value: "Farm-to-Table", icon: Leaf },
|
||||
{ label: "Authentic Process", value: "48h Proofing", icon: Clock },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -157,60 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Classic Margherita",
|
||||
price: "$15",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Spicy",
|
||||
name: "Pepperoni Feast",
|
||||
price: "$18",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pizza-sliced-with-cheese-white_140725-78046.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Veggie",
|
||||
name: "Garden Harvest",
|
||||
price: "$17",
|
||||
rating: 4,
|
||||
reviewCount: "80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-tomato-pizza_23-2148601591.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Premium",
|
||||
name: "Quattro Formaggi",
|
||||
price: "$20",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-italian-pizza-with-mozzarella-cheese-slice-generative-ai_188544-12347.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Gourmet",
|
||||
name: "Prosciutto Arugula",
|
||||
price: "$22",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-beet-slices-cheese_23-2148753749.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Signature",
|
||||
name: "Truffle Mushroom",
|
||||
price: "$24",
|
||||
rating: 5,
|
||||
reviewCount: "55",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-top-view-pizza-mushrooms-tomatoes-leaves-pizza-knife-dark-wooden-background_482257-34253.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Signature", name: "Classic Margherita", price: "$15", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134259.jpg" },
|
||||
{ id: "p2", brand: "Spicy", name: "Pepperoni Feast", price: "$18", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-pizza-sliced-with-cheese-white_140725-78046.jpg" },
|
||||
{ id: "p3", brand: "Veggie", name: "Garden Harvest", price: "$17", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-tomato-pizza_23-2148601591.jpg" },
|
||||
{ id: "p4", brand: "Premium", name: "Quattro Formaggi", price: "$20", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/freshly-italian-pizza-with-mozzarella-cheese-slice-generative-ai_188544-12347.jpg" },
|
||||
{ id: "p5", brand: "Gourmet", name: "Prosciutto Arugula", price: "$22", rating: 5, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-dough-with-beet-slices-cheese_23-2148753749.jpg" },
|
||||
{ id: "p6", brand: "Signature", name: "Truffle Mushroom", price: "$24", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/close-up-top-view-pizza-mushrooms-tomatoes-leaves-pizza-knife-dark-wooden-background_482257-34253.jpg" },
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Explore our curated selection of artisanal pizzas, each crafted with passion and authentic Italian tradition."
|
||||
@@ -223,36 +112,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Organic Ingredients",
|
||||
items: [
|
||||
"Fresh Produce",
|
||||
"No Preservatives",
|
||||
"Local Farms",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "450°C",
|
||||
title: "Wood-Fired Heat",
|
||||
items: [
|
||||
"Perfect Crust",
|
||||
"Authentic Smoke",
|
||||
"Rapid Bake",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1.2k+",
|
||||
title: "Satisfied Guests",
|
||||
items: [
|
||||
"Happy Neighbors",
|
||||
"Food Lovers",
|
||||
"Returning Friends",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "100%", title: "Organic Ingredients", items: ["Fresh Produce", "No Preservatives", "Local Farms"] },
|
||||
{ id: "m2", value: "450°C", title: "Wood-Fired Heat", items: ["Perfect Crust", "Authentic Smoke", "Rapid Bake"] },
|
||||
{ id: "m3", value: "1.2k+", title: "Satisfied Guests", items: ["Happy Neighbors", "Food Lovers", "Returning Friends"] },
|
||||
]}
|
||||
title="Nonno's Kitchen by the Numbers"
|
||||
description="Evidence of the passion that fuels every pizza slice."
|
||||
@@ -265,46 +127,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anna Rossi",
|
||||
handle: "@annarossi",
|
||||
testimonial: "The best pizza I've had since leaving Italy. Simply incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marco Silva",
|
||||
handle: "@msilva",
|
||||
testimonial: "The truffle mushroom pizza is a masterpiece. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Costa",
|
||||
handle: "@ecosta",
|
||||
testimonial: "Nonno's secret recipe makes all the difference. Authentic and delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-giant-pizza_23-2150040314.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Miller",
|
||||
handle: "@dmiller",
|
||||
testimonial: "Perfect crust every single time. My weekly ritual.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sofia Conti",
|
||||
handle: "@sconti",
|
||||
testimonial: "The garden harvest pizza is so fresh and flavorful. Love this place!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandparents-girl-kitchen_23-2150491997.jpg",
|
||||
},
|
||||
{ id: "1", name: "Anna Rossi", handle: "@annarossi", testimonial: "The best pizza I've had since leaving Italy. Simply incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" },
|
||||
{ id: "2", name: "Marco Silva", handle: "@msilva", testimonial: "The truffle mushroom pizza is a masterpiece. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-young-charming-woman-sitting-cafe_197531-33579.jpg" },
|
||||
{ id: "3", name: "Elena Costa", handle: "@ecosta", testimonial: "Nonno's secret recipe makes all the difference. Authentic and delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-eating-giant-pizza_23-2150040314.jpg" },
|
||||
{ id: "4", name: "David Miller", handle: "@dmiller", testimonial: "Perfect crust every single time. My weekly ritual.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
|
||||
{ id: "5", name: "Sofia Conti", handle: "@sconti", testimonial: "The garden harvest pizza is so fresh and flavorful. Love this place!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-grandparents-girl-kitchen_23-2150491997.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Neighbors Say"
|
||||
@@ -316,15 +143,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Foodie Weekly",
|
||||
"City Digest",
|
||||
"Urban Gourmet",
|
||||
"Local Table",
|
||||
"Daily Bites",
|
||||
"Pizza Lovers Inc.",
|
||||
"Taste of Tradition",
|
||||
]}
|
||||
names={["Foodie Weekly", "City Digest", "Urban Gourmet", "Local Table", "Daily Bites", "Pizza Lovers Inc.", "Taste of Tradition"]}
|
||||
title="Trusted by Local Foodies"
|
||||
description="Featured and recognized by the community for our commitment to quality."
|
||||
/>
|
||||
@@ -335,21 +154,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we deliver within a 5-mile radius through our app and website.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegan options?",
|
||||
content: "Absolutely! Our Garden Harvest pizza can be prepared with vegan cheese upon request.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you take reservations?",
|
||||
content: "We are a cozy spot, so we recommend booking ahead for groups of 4 or more.",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer delivery?", content: "Yes, we deliver within a 5-mile radius through our app and website." },
|
||||
{ id: "q2", title: "Are there vegan options?", content: "Absolutely! Our Garden Harvest pizza can be prepared with vegan cheese upon request." },
|
||||
{ id: "q3", title: "Do you take reservations?", content: "We are a cozy spot, so we recommend booking ahead for groups of 4 or more." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our pizzeria."
|
||||
@@ -361,18 +168,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Hungry for authentic tradition? Visit us today or order online for a taste of Nonno's kitchen at home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
text: "Call to Reserve",
|
||||
href: "tel:555012345",
|
||||
},
|
||||
{ text: "Order Online", href: "#" },
|
||||
{ text: "Call to Reserve", href: "tel:555012345" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -380,17 +180,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Pizzas do Nonno"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user