Merge version_1 into main #2
231
src/app/page.tsx
231
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pizz-a-perfection"
|
||||
/>
|
||||
@@ -54,96 +46,50 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Pizz-a-perfection Pacheco"
|
||||
description="Bakersfield's best family-run pizza store. Serving fresh, delicious pies and wings with passion every single day."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahp",
|
||||
testimonial: "Best family run pizza store in town and very friendly staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg?_wi=1",
|
||||
imageAlt: "fresh baked pizza close up",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahp", testimonial: "Best family run pizza store in town and very friendly staff.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg", imageAlt: "fresh baked pizza close up"},
|
||||
{
|
||||
name: "Michael D.",
|
||||
handle: "@miked",
|
||||
testimonial: "Excellent pizza and service both times.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg",
|
||||
imageAlt: "fresh baked pizza close up",
|
||||
},
|
||||
name: "Michael D.", handle: "@miked", testimonial: "Excellent pizza and service both times.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg", imageAlt: "fresh baked pizza close up"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "Amazing toppings and the wings are to die for!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg?_wi=1",
|
||||
imageAlt: "fresh baked pizza close up",
|
||||
},
|
||||
name: "Emily R.", handle: "@emilyr", testimonial: "Amazing toppings and the wings are to die for!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg", imageAlt: "fresh baked pizza close up"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Consistently delicious, my favorite local spot.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29455.jpg",
|
||||
imageAlt: "fresh baked pizza close up",
|
||||
},
|
||||
name: "David K.", handle: "@davidk", testimonial: "Consistently delicious, my favorite local spot.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29455.jpg", imageAlt: "fresh baked pizza close up"},
|
||||
{
|
||||
name: "Jason T.",
|
||||
handle: "@jasont",
|
||||
testimonial: "Friendly staff, great atmosphere, even better pizza.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
|
||||
imageAlt: "fresh baked pizza close up",
|
||||
},
|
||||
name: "Jason T.", handle: "@jasont", testimonial: "Friendly staff, great atmosphere, even better pizza.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", imageAlt: "fresh baked pizza close up"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/meat-pizza-with-cheese-vegetables-wooden-board_140725-1397.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-burger_23-2150347940.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166104.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-hipster-dressed-leather-jacket-eating-vegan-burger_613910-16395.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-delivery-man-wearing-uniform-with-cap-holding-pizza-boxes-showing-yes-gesture-isolated-orange-wall_141793-103469.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-delivery-man-wearing-uniform-with-cap-holding-pizza-boxes-showing-yes-gesture-isolated-orange-wall_141793-103469.jpg", alt: "Customer"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Hand-Tossed Dough",
|
||||
},
|
||||
type: "text", text: "Fresh Hand-Tossed Dough"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced Toppings",
|
||||
},
|
||||
type: "text", text: "Locally Sourced Toppings"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family-Run Since 2010",
|
||||
},
|
||||
type: "text", text: "Family-Run Since 2010"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Lunch Specials",
|
||||
},
|
||||
type: "text", text: "Daily Lunch Specials"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Legendary Buffalo Wings",
|
||||
},
|
||||
type: "text", text: "Legendary Buffalo Wings"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -153,16 +99,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafting Perfection, One Slice at a Time.",
|
||||
},
|
||||
type: "text", content: "Crafting Perfection, One Slice at a Time."},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg",
|
||||
alt: "Our team",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/barista-team-coffee-shop_53876-47043.jpg", alt: "Our team"},
|
||||
]}
|
||||
description="At Pizz-a-perfection, we pride ourselves on being a family-run business that puts quality first. From our secret sauce to our fresh, locally-sourced toppings, every pizza is made to order."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -174,41 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Pepperoni",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Classic Pepperoni", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chef-preparing-pizza_23-2150235805.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Veggie Supreme",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/three-types-pizza-with-mixed-ingredients_114579-2277.jpg",
|
||||
},
|
||||
id: "2", name: "Veggie Supreme", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/three-types-pizza-with-mixed-ingredients_114579-2277.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Meat Lovers",
|
||||
price: "$15.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-greenery-near-pizza_23-2147772073.jpg",
|
||||
},
|
||||
id: "3", name: "Meat Lovers", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/tomatoes-greenery-near-pizza_23-2147772073.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "BBQ Chicken",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-with-nice-pizza_23-2147772128.jpg",
|
||||
},
|
||||
id: "4", name: "BBQ Chicken", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/plates-with-nice-pizza_23-2147772128.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Margherita",
|
||||
price: "$11.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-tasty-mushroom-bacon-pizza-textured-wooden-plank_23-2148076224.jpg",
|
||||
},
|
||||
id: "5", name: "Margherita", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/human-hand-holding-tasty-mushroom-bacon-pizza-textured-wooden-plank_23-2148076224.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Buffalo Wings (10pc)",
|
||||
price: "$10.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-cement-background_23-2148262939.jpg",
|
||||
},
|
||||
id: "6", name: "Buffalo Wings (10pc)", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-cement-background_23-2148262939.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Hand-tossed pies, crispy wings, and more."
|
||||
@@ -222,26 +138,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fresh Toppings",
|
||||
subtitle: "Generous amounts of fresh ingredients.",
|
||||
category: "Quality",
|
||||
value: "Fresh",
|
||||
},
|
||||
id: "f1", title: "Fresh Toppings", subtitle: "Generous amounts of fresh ingredients.", category: "Quality", value: "Fresh"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Crispy Wings",
|
||||
subtitle: "Our wings are to die for.",
|
||||
category: "Sides",
|
||||
value: "Crispy",
|
||||
},
|
||||
id: "f2", title: "Crispy Wings", subtitle: "Our wings are to die for.", category: "Sides", value: "Crispy"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Family Run",
|
||||
subtitle: "Friendly staff and service.",
|
||||
category: "Service",
|
||||
value: "Warm",
|
||||
},
|
||||
id: "f3", title: "Family Run", subtitle: "Friendly staff and service.", category: "Service", value: "Warm"},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="We don't just make pizza; we make an experience."
|
||||
@@ -256,25 +157,15 @@ export default function LandingPage() {
|
||||
author="Mark S."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/distracted-student-sitting-class_1153-23.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delivery-man-employee-yellow-cap-blank-tshirt-uniform-holding-food-container-pizza-boxes-looking-camera-with-angry-face-with-annoyed-expression-standing-orange-background_141793-137180.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delivery-man-employee-yellow-cap-blank-tshirt-uniform-holding-food-container-pizza-boxes-looking-camera-with-angry-face-with-annoyed-expression-standing-orange-background_141793-137180.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg", alt: "Reviewer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-holding-broken-green-chili-pepper-her-eyes-smiling_141793-37585.jpg",
|
||||
alt: "Reviewer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-beautiful-woman-gardener-apron-hat-holding-broken-green-chili-pepper-her-eyes-smiling_141793-37585.jpg", alt: "Reviewer"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -287,20 +178,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we offer delivery via our website.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver?", content: "Yes, we offer delivery via our website."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What are your hours?",
|
||||
content: "We are open daily until 9 PM.",
|
||||
},
|
||||
id: "q2", title: "What are your hours?", content: "We are open daily until 9 PM."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where are you located?",
|
||||
content: "We are at 3401 Pacheco Rd, Bakersfield, CA 93313.",
|
||||
},
|
||||
id: "q3", title: "Where are you located?", content: "We are at 3401 Pacheco Rd, Bakersfield, CA 93313."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Got questions? We've got answers."
|
||||
@@ -312,8 +194,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Visit or Call Today"
|
||||
description="Come grab a slice at 3401 Pacheco Rd. We look forward to seeing you!"
|
||||
@@ -328,29 +209,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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