Merge version_1 into main #1
223
src/app/page.tsx
223
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Pizza Nextdoor"
|
||||
/>
|
||||
@@ -55,47 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Simply Authentic, Right Nextdoor."
|
||||
description="Hand-tossed dough, fresh ingredients, and the perfect bake. Welcome to the neighborhood's favorite pizza destination."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Menu", href: "#products"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arugula-pizza-frame_23-2148574290.jpg",
|
||||
imageAlt: "fresh artisan pizza wooden table",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arugula-pizza-frame_23-2148574290.jpg", imageAlt: "fresh artisan pizza wooden table"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-rustic-wooden-table-generated-by-ai_188544-24094.jpg",
|
||||
imageAlt: "fresh artisan pizza wooden table",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-pizza-rustic-wooden-table-generated-by-ai_188544-24094.jpg", imageAlt: "fresh artisan pizza wooden table"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571586.jpg",
|
||||
imageAlt: "fresh artisan pizza wooden table",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571586.jpg", imageAlt: "fresh artisan pizza wooden table"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-anime-style-pizza_23-2151061965.jpg",
|
||||
imageAlt: "fresh artisan pizza wooden table",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-anime-style-pizza_23-2151061965.jpg", imageAlt: "fresh artisan pizza wooden table"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-vegetables_23-2148601650.jpg",
|
||||
imageAlt: "fresh artisan pizza wooden table",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-with-vegetables_23-2148601650.jpg", imageAlt: "fresh artisan pizza wooden table"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg",
|
||||
imageAlt: "fresh artisan pizza wooden table",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134249.jpg", imageAlt: "fresh artisan pizza wooden table"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,29 +78,19 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Stone-Baked",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Stone-Baked", value: "100%"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Slow-Fermented",
|
||||
value: "48h",
|
||||
},
|
||||
label: "Slow-Fermented", value: "48h"},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Local Sourced",
|
||||
value: "Daily",
|
||||
},
|
||||
label: "Local Sourced", value: "Daily"},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Authentic",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Authentic", value: "100%"},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Satisfied",
|
||||
value: "5k+",
|
||||
},
|
||||
label: "Satisfied", value: "5k+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -143,41 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margherita",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643460.jpg",
|
||||
},
|
||||
id: "1", name: "Margherita", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-concept_23-2148643460.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pepperoni",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-pepperoni_23-2148601585.jpg",
|
||||
},
|
||||
id: "2", name: "Pepperoni", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-dough-with-pepperoni_23-2148601585.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Garden Veggie",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-holding-delicious-cooked-pizza-with-bouquet-chamomile-flowers_23-2148753715.jpg",
|
||||
},
|
||||
id: "3", name: "Garden Veggie", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-person-holding-delicious-cooked-pizza-with-bouquet-chamomile-flowers_23-2148753715.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Four Cheese",
|
||||
price: "$17",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg",
|
||||
},
|
||||
id: "4", name: "Four Cheese", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/pizza-four-cheese-table_140725-5392.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Prosciutto",
|
||||
price: "$19",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg",
|
||||
},
|
||||
id: "5", name: "Prosciutto", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-wooden-table_23-2148305639.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Wild Mushroom",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-mushroom-pizza_23-2148601589.jpg",
|
||||
},
|
||||
id: "6", name: "Wild Mushroom", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-mushroom-pizza_23-2148601589.jpg"},
|
||||
]}
|
||||
title="Our Signature Pizzas"
|
||||
description="Experience the classic flavors perfected through traditional techniques."
|
||||
@@ -192,29 +129,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Expert Chefs",
|
||||
description: "Masters of the art of pizza making.",
|
||||
},
|
||||
title: "Expert Chefs", description: "Masters of the art of pizza making."},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Fast Delivery",
|
||||
description: "From our oven to your doorstep.",
|
||||
},
|
||||
title: "Fast Delivery", description: "From our oven to your doorstep."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Family Friendly",
|
||||
description: "A perfect space for any gathering.",
|
||||
},
|
||||
title: "Family Friendly", description: "A perfect space for any gathering."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Organic Ingredients",
|
||||
description: "Locally grown veggies and fresh herbs.",
|
||||
},
|
||||
title: "Organic Ingredients", description: "Locally grown veggies and fresh herbs."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Daily Specials",
|
||||
description: "New creative recipes every single week.",
|
||||
},
|
||||
title: "Daily Specials", description: "New creative recipes every single week."},
|
||||
]}
|
||||
title="Why Choose Nextdoor?"
|
||||
description="Everything we do is focused on delivering the best pizza experience possible."
|
||||
@@ -226,32 +153,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg",
|
||||
},
|
||||
id: "2", name: "Michael T.", imageSrc: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-having-dinner-together-dining-table-focus-is-redhead-woman-taking-food-from-her-friend_637285-3752.jpg",
|
||||
},
|
||||
id: "5", name: "Anna P.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-people-having-dinner-together-dining-table-focus-is-redhead-woman-taking-food-from-her-friend_637285-3752.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by Neighbors"
|
||||
cardTag="Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -262,30 +175,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer gluten-free crust?",
|
||||
content: "Yes, we offer premium gluten-free options upon request.",
|
||||
},
|
||||
id: "1", title: "Do you offer gluten-free crust?", content: "Yes, we offer premium gluten-free options upon request."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your hours?",
|
||||
content: "We are open daily from 11:00 AM to 10:00 PM.",
|
||||
},
|
||||
id: "2", title: "What are your hours?", content: "We are open daily from 11:00 AM to 10:00 PM."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Absolutely, feel free to call ahead for larger parties.",
|
||||
},
|
||||
id: "3", title: "Can I reserve a table?", content: "Absolutely, feel free to call ahead for larger parties."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you have vegan options?",
|
||||
content: "Yes, we have a variety of plant-based pizza choices.",
|
||||
},
|
||||
id: "4", title: "Do you have vegan options?", content: "Yes, we have a variety of plant-based pizza choices."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is catering available?",
|
||||
content: "We offer catering for private events and office lunches.",
|
||||
},
|
||||
id: "5", title: "Is catering available?", content: "We offer catering for private events and office lunches."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our service."
|
||||
@@ -300,22 +198,14 @@ export default function LandingPage() {
|
||||
description="Whether it's a catering inquiry or feedback, we'd love to hear from you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
required: true,
|
||||
name: "message", placeholder: "How can we help?", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598345.jpg"
|
||||
/>
|
||||
@@ -327,38 +217,25 @@ export default function LandingPage() {
|
||||
logoText="Pizza Nextdoor"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "123 Maple Street",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Maple Street", href: "#"},
|
||||
{
|
||||
label: "City, State, Zip",
|
||||
href: "#",
|
||||
},
|
||||
label: "City, State, Zip", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
title: "Hours", items: [
|
||||
{
|
||||
label: "Daily 11am-10pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Daily 11am-10pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user