Update src/app/page.tsx
This commit is contained in:
165
src/app/page.tsx
165
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pizza Brothers"
|
||||
/>
|
||||
@@ -54,15 +46,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Better Food, Better Mood"
|
||||
description="Handcrafted pizzas made with farm-fresh ingredients and 15 years of passion. Every bite tastes like home."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-fluffy-pizza-with-vegetables_23-2148574223.jpg"
|
||||
imageAlt="Artisan pizza hero image"
|
||||
@@ -77,17 +66,11 @@ export default function LandingPage() {
|
||||
description="We started 15 years ago with one simple goal: to elevate the local pizza experience. Our commitment to farm-fresh ingredients means every slice reflects our dedication to quality and traditional Italian techniques."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Farm-Fresh Quality",
|
||||
description: "We source ingredients locally daily.",
|
||||
},
|
||||
title: "Farm-Fresh Quality", description: "We source ingredients locally daily."},
|
||||
{
|
||||
title: "Traditional Craft",
|
||||
description: "Time-tested recipes passed down.",
|
||||
},
|
||||
title: "Traditional Craft", description: "Time-tested recipes passed down."},
|
||||
{
|
||||
title: "Passion Driven",
|
||||
description: "15 years of pizza excellence.",
|
||||
},
|
||||
title: "Passion Driven", description: "15 years of pizza excellence."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fresh-herbs-with-mortar_1147-377.jpg"
|
||||
imageAlt="Fresh ingredients"
|
||||
@@ -102,32 +85,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Handcrafted Dough",
|
||||
tags: [
|
||||
"Artisanal",
|
||||
"Fresh",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Handcrafted Dough", tags: [
|
||||
"Artisanal", "Fresh"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Locally Sourced Veggies",
|
||||
tags: [
|
||||
"Fresh",
|
||||
"Organic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=2",
|
||||
},
|
||||
id: "2", title: "Locally Sourced Veggies", tags: [
|
||||
"Fresh", "Organic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Authentic Wood Fired",
|
||||
tags: [
|
||||
"Traditional",
|
||||
"Authentic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=3",
|
||||
},
|
||||
id: "3", title: "Authentic Wood Fired", tags: [
|
||||
"Traditional", "Authentic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-bread_53876-13990.jpg?_wi=3"},
|
||||
]}
|
||||
title="Why We're Different"
|
||||
description="It's all about the details."
|
||||
@@ -142,26 +110,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizza-vegetables_23-2147772093.jpg",
|
||||
},
|
||||
id: "p1", name: "Margherita", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/frame-near-pizza-vegetables_23-2147772093.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pepperoni",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702849.jpg",
|
||||
},
|
||||
id: "p2", name: "Pepperoni", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702849.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Truffle Mushroom",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buckwheat-porridge-with-mushrooms_658428-147.jpg",
|
||||
},
|
||||
id: "p3", name: "Truffle Mushroom", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/buckwheat-porridge-with-mushrooms_658428-147.jpg"},
|
||||
]}
|
||||
title="Signature Pizzas"
|
||||
description="Handpicked favorites for every palate."
|
||||
description="Handpicked favorites for every palate. Order now and taste the wood-fired difference."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -172,40 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
testimonial: "Best pizza in town, hands down!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Foodie", testimonial: "Best pizza in town, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
role: "Professional",
|
||||
testimonial: "Quick, delicious, and consistent every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg",
|
||||
},
|
||||
id: "2", name: "Michael K.", role: "Professional", testimonial: "Quick, delicious, and consistent every time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Enthusiast",
|
||||
testimonial: "The crust is just perfect, so fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Enthusiast", testimonial: "The crust is just perfect, so fresh.", imageSrc: "http://img.b2bpic.net/free-photo/young-waiter-wearing-protective-face-mask-while-serving-food-his-guests-restaurant_637285-6633.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "Parent",
|
||||
testimonial: "Our favorite spot for family weekend dinners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-toasting-with-her-friends-lunch-dining-table_637285-3223.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", role: "Parent", testimonial: "Our favorite spot for family weekend dinners.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-toasting-with-her-friends-lunch-dining-table_637285-3223.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rachel M.",
|
||||
role: "Regular Customer",
|
||||
testimonial: "Amazing flavor profiles and great service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Rachel M.", role: "Regular Customer", testimonial: "Amazing flavor profiles and great service.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16046.jpg?_wi=2"},
|
||||
]}
|
||||
title="What Our Community Says"
|
||||
description="Real stories from happy neighbors."
|
||||
@@ -218,26 +149,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we offer city-wide delivery.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver?", content: "Yes, we offer city-wide delivery."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are you open on weekends?",
|
||||
content: "We're open daily from 11am to 11pm.",
|
||||
},
|
||||
id: "f2", title: "Are you open on weekends?", content: "We're open daily from 11am to 11pm."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you cater events?",
|
||||
content: "Absolutely, reach out to book your event.",
|
||||
},
|
||||
id: "f3", title: "Do you cater events?", content: "Absolutely, reach out to book your event."},
|
||||
]}
|
||||
ctaTitle="Visit Us Today"
|
||||
ctaDescription="Have questions or need to place a catering order?"
|
||||
ctaButton={{
|
||||
text: "Contact Us",
|
||||
}}
|
||||
text: "Contact Us"}}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -247,29 +168,19 @@ export default function LandingPage() {
|
||||
logoText="Pizza Brothers"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Story", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -278,4 +189,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user