Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
349
src/app/page.tsx
349
src/app/page.tsx
@@ -31,133 +31,43 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Story",
|
||||
id: "story",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "Story", id: "#story" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#order",
|
||||
}}
|
||||
brandName="Pizza Boy II"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="The Slice That Built a Neighborhood."
|
||||
description="Authentic New York pizza. Crispy. Fresh. Legendary for over 30 years."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg",
|
||||
imageAlt: "Hero Pizza 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-cutting-board-view_23-2148574259.jpg",
|
||||
imageAlt: "Hero Pizza 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-pizza-with-shrimp-mussel-calamari-squid-cheese_141793-2273.jpg",
|
||||
imageAlt: "Hero Pizza 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-meat-inside-white-plate-along-with-bread-light-floor_140725-14468.jpg",
|
||||
imageAlt: "Hero Pizza 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235803.jpg",
|
||||
imageAlt: "Hero Pizza 5",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_23-2150134280.jpg", imageAlt: "Hero Pizza 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-cutting-board-view_23-2148574259.jpg", imageAlt: "Hero Pizza 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/seafood-pizza-with-shrimp-mussel-calamari-squid-cheese_141793-2273.jpg", imageAlt: "Hero Pizza 3" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-pasta-meat-inside-white-plate-along-with-bread-light-floor_140725-14468.jpg", imageAlt: "Hero Pizza 4" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235803.jpg", imageAlt: "Hero Pizza 5" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-firewood-pizza-cooked-rustic-oven-generated-by-ai_188544-14066.jpg",
|
||||
imageAlt: "Hero Pizza 6",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-sliced-cooked-dough-with-cheese-olives-dark-desk-food-italian-pizza-bake-dough-meal_140725-101991.jpg",
|
||||
imageAlt: "Hero Pizza 7",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg",
|
||||
imageAlt: "Hero Pizza 8",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514178.jpg",
|
||||
imageAlt: "Hero Pizza 9",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235780.jpg",
|
||||
imageAlt: "Hero Pizza 10",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#order",
|
||||
},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/baked-firewood-pizza-cooked-rustic-oven-generated-by-ai_188544-14066.jpg", imageAlt: "Hero Pizza 6" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-sliced-cooked-dough-with-cheese-olives-dark-desk-food-italian-pizza-bake-dough-meal_140725-101991.jpg", imageAlt: "Hero Pizza 7" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg", imageAlt: "Hero Pizza 8" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-raclette-dish-with-ingredients-delicious-food_23-2149514178.jpg", imageAlt: "Hero Pizza 9" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235780.jpg", imageAlt: "Hero Pizza 10" }
|
||||
]}
|
||||
buttons={[{ text: "Order Now", href: "#order" }, { text: "View Menu", href: "#menu" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235782.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-dessert_23-2149452235.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235798.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134250.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235782.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-dessert_23-2149452235.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Loved by thousands of locals"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Best in NY",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Stone Baked",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Since 1984",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Best in NY" }, { type: "text", text: "Family Owned" }, { type: "text", text: "Stone Baked" }, { type: "text", text: "Fresh Ingredients" }, { type: "text", text: "Since 1984" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -165,13 +75,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Google",
|
||||
"Yelp",
|
||||
"TripAdvisor",
|
||||
"Local Eats",
|
||||
"Foodie Times",
|
||||
]}
|
||||
names={["Google", "Yelp", "TripAdvisor", "Local Eats", "Foodie Times"]}
|
||||
title="Trusted by Generations"
|
||||
description="Over 40 years of serving the heart of the neighborhood."
|
||||
/>
|
||||
@@ -184,48 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grandma Slice",
|
||||
price: "$4.50",
|
||||
variant: "Fan Favorite",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-eating-slice-pizza-close-up_23-2148628975.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sicilian Classic",
|
||||
price: "$4.75",
|
||||
variant: "NY Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/making-pepperoni-pizza_1101-280.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chicken Parm",
|
||||
price: "$12.00",
|
||||
variant: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-salad-table_140725-6548.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Pepperoni Pie",
|
||||
price: "$22.00",
|
||||
variant: "Original",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-chef-preparing-pizza_23-2150235787.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Garlic Knots",
|
||||
price: "$5.00",
|
||||
variant: "Side",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-baked-bread-with-cooked-egg-brown-desk-dough-food-bake-bun-meal-egg_140725-74675.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Italian Pasta",
|
||||
price: "$14.00",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-pizza-oven_23-2147772089.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Grandma Slice", price: "$4.50", variant: "Fan Favorite", imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-eating-slice-pizza-close-up_23-2148628975.jpg" },
|
||||
{ id: "p2", name: "Sicilian Classic", price: "$4.75", variant: "NY Classic", imageSrc: "http://img.b2bpic.net/free-photo/making-pepperoni-pizza_1101-280.jpg" },
|
||||
{ id: "p3", name: "Chicken Parm", price: "$12.00", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/chicken-caesar-salad-table_140725-6548.jpg" },
|
||||
{ id: "p4", name: "Pepperoni Pie", price: "$22.00", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-chef-preparing-pizza_23-2150235787.jpg" },
|
||||
{ id: "p5", name: "Garlic Knots", price: "$5.00", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-baked-bread-with-cooked-egg-brown-desk-dough-food-bake-bun-meal-egg_140725-74675.jpg" },
|
||||
{ id: "p6", name: "Italian Pasta", price: "$14.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/raw-pizza-oven_23-2147772089.jpg" }
|
||||
]}
|
||||
title="Signature Menu"
|
||||
description="Artisan quality ingredients, family recipes, perfect crunch."
|
||||
@@ -234,30 +102,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardMedia
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Crispy Crust",
|
||||
description: "Stone-baked to perfection every single time.",
|
||||
tag: "Core",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-delicious-tacos_23-2150799579.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Fresh Sauce",
|
||||
description: "Balanced, tangy, never overpowering.",
|
||||
tag: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-asian-woman-looking-delicious-pizza_23-2148628981.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Family Recipe",
|
||||
description: "Passed down through generations of tradition.",
|
||||
tag: "Heritage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-epiphany-day-dessert-with-candy_23-2148740545.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Crispy Crust", description: "Stone-baked to perfection every single time.", tag: "Core", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-making-delicious-tacos_23-2150799579.jpg" },
|
||||
{ id: "f2", title: "Fresh Sauce", description: "Balanced, tangy, never overpowering.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/smiley-asian-woman-looking-delicious-pizza_23-2148628981.jpg" },
|
||||
{ id: "f3", title: "Family Recipe", description: "Passed down through generations of tradition.", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-epiphany-day-dessert-with-candy_23-2148740545.jpg" }
|
||||
]}
|
||||
title="Why Pizza Boy II?"
|
||||
description="We don't just bake pizza; we uphold a legacy of quality."
|
||||
@@ -270,18 +121,9 @@ export default function LandingPage() {
|
||||
title="More Than Pizza. It's Tradition."
|
||||
description="Started decades ago as a humble shop, we are now a neighborhood staple. From after-school slices to family gatherings, we've been there through it all."
|
||||
metrics={[
|
||||
{
|
||||
value: "40+",
|
||||
title: "Years Served",
|
||||
},
|
||||
{
|
||||
value: "1M+",
|
||||
title: "Slices Sold",
|
||||
},
|
||||
{
|
||||
value: "4.4",
|
||||
title: "Local Rating",
|
||||
},
|
||||
{ value: "40+", title: "Years Served" },
|
||||
{ value: "1M+", title: "Slices Sold" },
|
||||
{ value: "4.4", title: "Local Rating" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/pizza-with-large-wine-bottle_23-2148357155.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -294,21 +136,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How is order timing handled?",
|
||||
content: "We provide honest, real-time tracking for every order.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do you offer priority pickup?",
|
||||
content: "Yes, our priority lane ensures you get in and out fast.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is delivery tracked?",
|
||||
content: "Yes, track your pie from oven to your door.",
|
||||
},
|
||||
{ id: "faq1", title: "How is order timing handled?", content: "We provide honest, real-time tracking for every order." },
|
||||
{ id: "faq2", title: "Do you offer priority pickup?", content: "Yes, our priority lane ensures you get in and out fast." },
|
||||
{ id: "faq3", title: "Is delivery tracked?", content: "Yes, track your pie from oven to your door." }
|
||||
]}
|
||||
title="Fast. Accurate. No Guesswork."
|
||||
description="Everything you need to know about our ordering and delivery process."
|
||||
@@ -323,46 +153,11 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27026.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eat-pizza_1388-664.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149250116.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane Smith",
|
||||
role: "Design Lead",
|
||||
company: "CreativeStudio",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543707.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27026.jpg" },
|
||||
{ id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/eat-pizza_1388-664.jpg" },
|
||||
{ id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-food-photos_23-2149250116.jpg" },
|
||||
{ id: "5", name: "Jane Smith", role: "Design Lead", company: "CreativeStudio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543707.jpg" }
|
||||
]}
|
||||
title="Loved By Locals"
|
||||
description="Read what our community has to say about their experience."
|
||||
@@ -372,9 +167,7 @@ export default function LandingPage() {
|
||||
<div id="kitchen" data-section="kitchen">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Experience"
|
||||
title="Every Slice Made Fresh."
|
||||
description="Watch our artisans toss the dough and fire up the stone oven for your order."
|
||||
@@ -386,9 +179,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Right in the heart of the neighborhood."
|
||||
description="Stop by today for the legendary taste of Pizza Boy II."
|
||||
@@ -401,53 +192,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Pizza Boy II"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Grandma Slice",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Sicilian",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pasta",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Grandma Slice", href: "#" }, { label: "Sicilian", href: "#" }, { label: "Pasta", href: "#" }] },
|
||||
{ title: "About", items: [{ label: "Our Story", href: "#" }, { label: "Contact", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Pizza Boy II. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user