Merge version_1 into main #2
180
src/app/page.tsx
180
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pizzaria Artisana"
|
||||
/>
|
||||
@@ -55,21 +47,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Wood-Fired Pizza in Every Slice"
|
||||
description="Experience the traditional taste of Italy delivered fresh to your door or enjoyed in our cozy shop."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-italian-food-composition_23-2148601629.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-italian-food-composition_23-2148601629.jpg"
|
||||
imageAlt="Wood fired pizza"
|
||||
/>
|
||||
</div>
|
||||
@@ -81,49 +68,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm Fresh Ingredients",
|
||||
description: "Locally sourced veggies and premium meats.",
|
||||
icon: CheckCircle,
|
||||
title: "Farm Fresh Ingredients", description: "Locally sourced veggies and premium meats.", icon: CheckCircle,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-flattening-dough-kitchen-counter_23-2147883598.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-flattening-dough-kitchen-counter_23-2147883598.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27088.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-sausage-corn-beans-shrimp-bacon-wooden-plate_1150-27088.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-italian-food-composition_23-2148601629.jpg?_wi=2",
|
||||
imageAlt: "fresh organic ingredients for pizza",
|
||||
},
|
||||
{
|
||||
title: "Wood-Fired Perfection",
|
||||
description: "Traditional oven for that authentic crisp.",
|
||||
icon: Flame,
|
||||
title: "Wood-Fired Perfection", description: "Traditional oven for that authentic crisp.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chef-baking-pizza-wood-fired-oven_52683-106696.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-rolling-dough-triangle-croissant_23-2148742177.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-rolling-dough-triangle-croissant_23-2148742177.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-delivery-girl-wearing-uniform-cap-holding-out-pizza-boxes-front-isolated-orange-wall_141793-90362.jpg",
|
||||
imageAlt: "fresh organic ingredients for pizza",
|
||||
},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "Hot and fresh, straight to your home.",
|
||||
icon: Zap,
|
||||
title: "Fast Delivery", description: "Hot and fresh, straight to your home.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg?_wi=1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-salami-pizza_1004-25.jpg?_wi=1",
|
||||
imageAlt: "fresh organic ingredients for pizza",
|
||||
},
|
||||
]}
|
||||
title="Why Our Pizza?"
|
||||
@@ -139,41 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Margherita",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Classic Margherita", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-with-cheese-four-kinds-cheese-concept-delicious-italian-pizza_78826-2828.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Spicy Pepperoni",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-salami-pizza_1004-25.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Spicy Pepperoni", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-salami-pizza_1004-25.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Garden Veggie",
|
||||
price: "$13.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg",
|
||||
},
|
||||
id: "p3", name: "Garden Veggie", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Truffle Mushroom",
|
||||
price: "$16.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-vegetables_23-2148567129.jpg",
|
||||
},
|
||||
id: "p4", name: "Truffle Mushroom", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pizza-with-vegetables_23-2148567129.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Smoky BBQ Chicken",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-pizza-with-mushrooms-spices_114579-10420.jpg",
|
||||
},
|
||||
id: "p5", name: "Smoky BBQ Chicken", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-pizza-with-mushrooms-spices_114579-10420.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Four Cheese Delight",
|
||||
price: "$15.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-mozarella-cheese-tomato-sauce_114579-8801.jpg",
|
||||
},
|
||||
id: "p6", name: "Four Cheese Delight", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-with-mozarella-cheese-tomato-sauce_114579-8801.jpg"},
|
||||
]}
|
||||
title="Our Signature Pies"
|
||||
description="Hand-stretched dough topped with the finest artisanal ingredients."
|
||||
@@ -185,9 +130,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Founded in 2010, Pizzaria Artisana started with a simple mission: bringing authentic Italian flavors to our local neighborhood.",
|
||||
"We believe that the secret to great pizza is slow-fermented dough and fresh, high-quality ingredients.",
|
||||
]}
|
||||
"Founded in 2010, Pizzaria Artisana started with a simple mission: bringing authentic Italian flavors to our local neighborhood.", "We believe that the secret to great pizza is slow-fermented dough and fresh, high-quality ingredients."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,40 +141,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alice M.",
|
||||
role: "Foodie",
|
||||
testimonial: "Best pizza in town, hands down!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg",
|
||||
},
|
||||
id: "1", name: "Alice M.", role: "Foodie", testimonial: "Best pizza in town, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-communicating-with-his-african-american-girlfriend-while-passing-her-food-dining-table_637285-3562.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Brian K.",
|
||||
role: "Family Man",
|
||||
testimonial: "My kids love the pepperoni here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2149872404.jpg",
|
||||
},
|
||||
id: "2", name: "Brian K.", role: "Family Man", testimonial: "My kids love the pepperoni here.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2149872404.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah P.",
|
||||
role: "Regular",
|
||||
testimonial: "Always fresh, always fast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-curly-hispanic-girl-cooking-her-kitchen-grates-cheese-grater_613910-4901.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah P.", role: "Regular", testimonial: "Always fresh, always fast.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-charming-curly-hispanic-girl-cooking-her-kitchen-grates-cheese-grater_613910-4901.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
role: "Food Blogger",
|
||||
testimonial: "The crust is perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203584.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", role: "Food Blogger", testimonial: "The crust is perfection.", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203584.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena R.",
|
||||
role: "Office Manager",
|
||||
testimonial: "Our team's favorite office lunch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg",
|
||||
},
|
||||
id: "5", name: "Elena R.", role: "Office Manager", testimonial: "Our team's favorite office lunch.", imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Join thousands of pizza lovers who have made us their favorite local spot."
|
||||
@@ -244,20 +162,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we deliver within a 5-mile radius.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver?", content: "Yes, we deliver within a 5-mile radius."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you have vegan options?",
|
||||
content: "Absolutely, try our Garden Veggie without cheese.",
|
||||
},
|
||||
id: "f2", title: "Do you have vegan options?", content: "Absolutely, try our Garden Veggie without cheese."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What are your hours?",
|
||||
content: "We are open daily from 11 AM to 10 PM.",
|
||||
},
|
||||
id: "f3", title: "What are your hours?", content: "We are open daily from 11 AM to 10 PM."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our pizzas and ordering."
|
||||
@@ -269,8 +178,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Stay Updated"
|
||||
description="Sign up for our newsletter to get exclusive deals and special offers."
|
||||
@@ -283,29 +191,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user