Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-12 04:49:50 +00:00

View File

@@ -26,289 +26,135 @@ export default function LandingPage() {
headingFontWeight="bold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "products",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]}
brandName="Empire Pizza"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Menu", id: "products" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Empire Pizza"
button={{ text: "Order Now", href: "#products" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
title="Authentic Flavors in Ballston Spa"
description="Experience hand-tossed, crispy pizzas made with high-quality ingredients. Whether you dine in or carry out, Empire Pizza is your home for delicious, fresh meals."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
alt: "Happy customer",
},
{
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg",
alt: "Satisfied regular",
},
{
src: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg",
alt: "Local pizza enthusiast",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg",
alt: "Smiling diner",
},
{
src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg",
alt: "Cheerful couple eating",
},
]}
avatarText="Join our community of happy pizza lovers."
buttons={[
{
text: "Order Online",
href: "#products",
},
{
text: "Call to Order",
href: "tel:5550123",
},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text",
text: "Fresh Ingredients Daily",
},
{
type: "text",
text: "Hand-Tossed Dough",
},
{
type: "text",
text: "Family Owned & Operated",
},
{
type: "text",
text: "Fast Local Delivery",
},
{
type: "text",
text: "Authentic Italian Recipes",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "gradient-bars" }}
title="Authentic Flavors in Ballston Spa"
description="Experience hand-tossed, crispy pizzas made with high-quality ingredients. Whether you dine in or carry out, Empire Pizza is your home for delicious, fresh meals."
avatars={[
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Happy customer" },
{ src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg", alt: "Satisfied regular" },
{ src: "http://img.b2bpic.net/free-photo/three-stylish-young-people-having-fun-lunch-cafe-talking-each-other-laughing-jokes_273609-9011.jpg", alt: "Local pizza enthusiast" },
{ src: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304414.jpg", alt: "Smiling diner" },
{ src: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg", alt: "Cheerful couple eating" },
]}
avatarText="Join our community of happy pizza lovers."
buttons={[
{ text: "Order Online", href: "#products" },
{ text: "Call to Order", href: "tel:5550123" },
]}
buttonAnimation="slide-up"
marqueeItems={[
{ type: "text", text: "Fresh Ingredients Daily" },
{ type: "text", text: "Hand-Tossed Dough" },
{ type: "text", text: "Family Owned & Operated" },
{ type: "text", text: "Fast Local Delivery" },
{ type: "text", text: "Authentic Italian Recipes" },
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Story"
title="Fresh, Authentic, Community-Focused"
description="At Empire Pizza, we believe food is the heart of the community. We pride ourselves on using premium ingredients, from our hand-tossed dough to our fresh, locally sourced toppings. Under new management, we've returned to traditional recipes and recipes you love."
subdescription="We're not just serving dinner; we're serving a great experience. Stop by for lunch, grab a slice on the go, or order delivery for the whole family."
icon={Pizza}
imageSrc="http://img.b2bpic.net/free-photo/male-hand-gloves-making-dough-marble-table_2831-7926.jpg"
imageAlt="Fresh pizza in the kitchen"
mediaAnimation="blur-reveal"
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
useInvertedBackground={false}
tag="Our Story"
title="Fresh, Authentic, Community-Focused"
description="At Empire Pizza, we believe food is the heart of the community. We pride ourselves on using premium ingredients, from our hand-tossed dough to our fresh, locally sourced toppings. Under new management, we've returned to traditional recipes and recipes you love."
subdescription="We're not just serving dinner; we're serving a great experience. Stop by for lunch, grab a slice on the go, or order delivery for the whole family."
icon={Pizza}
imageSrc="http://img.b2bpic.net/free-photo/male-hand-gloves-making-dough-marble-table_2831-7926.jpg"
imageAlt="Fresh pizza in the kitchen"
mediaAnimation="blur-reveal"
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Classic Margherita",
price: "$14.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-salami-pizza-with-cheese-pepperoni-wooden-table_140725-12483.jpg",
imageAlt: "Margherita pizza",
},
{
id: "p2",
name: "Pepperoni Feast",
price: "$16.00",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg",
imageAlt: "Pepperoni pizza",
},
{
id: "p3",
name: "Garden Fresh Veggie",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg",
imageAlt: "Veggie pizza",
},
{
id: "p4",
name: "Buffalo Wings",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-overhead-shot-delicious-pizza-outdoor-environment_181624-28951.jpg",
imageAlt: "Buffalo wings",
},
{
id: "p5",
name: "Strawberry Chicken Salad",
price: "$13.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096953.jpg",
imageAlt: "Strawberry salad",
},
{
id: "p6",
name: "Fried Seafood Combo",
price: "$18.00",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-slices-arrangement_23-2148574243.jpg",
imageAlt: "Seafood combo",
},
]}
title="Our Menu Favorites"
description="From crispy, airy pizzas to hearty dinners, we have something to satisfy every craving."
/>
</div>
<div id="products" data-section="products">
<ProductCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Classic Margherita", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salami-pizza-with-cheese-pepperoni-wooden-table_140725-12483.jpg", imageAlt: "Margherita pizza" },
{ id: "p2", name: "Pepperoni Feast", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg", imageAlt: "Pepperoni pizza" },
{ id: "p3", name: "Garden Fresh Veggie", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-food-arrangement_23-2148601660.jpg", imageAlt: "Veggie pizza" },
{ id: "p4", name: "Buffalo Wings", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-overhead-shot-delicious-pizza-outdoor-environment_181624-28951.jpg", imageAlt: "Buffalo wings" },
{ id: "p5", name: "Strawberry Chicken Salad", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096953.jpg", imageAlt: "Strawberry salad" },
{ id: "p6", name: "Fried Seafood Combo", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fluffy-pizza-slices-arrangement_23-2148574243.jpg", imageAlt: "Seafood combo" },
]}
title="Our Menu Favorites"
description="From crispy, airy pizzas to hearty dinners, we have something to satisfy every craving."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Heather Trombley",
handle: "@local",
testimonial: "Huge portion!! Cook perfectly!! Quick and friendly delivery driver!! I will definitely order again!!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-interracial-group-three-young-stylish-people-having-easy-lively-conversation_273609-8987.jpg",
},
{
id: "t2",
name: "Joanne Kenyon",
handle: "@guide",
testimonial: "I was so happy tonight! I love their Strawberry Salad. It's awesome. So fresh.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
},
{
id: "t3",
name: "Joshua Daly",
handle: "@guide",
testimonial: "They are nice and fast. They've gotten better since opening and I am happy I have them locally.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg",
},
{
id: "t4",
name: "Mari Jordan",
handle: "@fan",
testimonial: "Great pizza and wings. Quick delivery. Will order again!!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg",
},
{
id: "t5",
name: "James Janis",
handle: "@loyal",
testimonial: "Amazing customer service and the food is fantastic, the pizza is cooked perfectly every single time!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg",
},
]}
showRating={true}
title="What Our Neighbors Say"
description="We strive to make every meal great. Here's what some of our regulars have to say."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Heather Trombley", handle: "@local", testimonial: "Huge portion!! Cook perfectly!! Quick and friendly delivery driver!! I will definitely order again!!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-interracial-group-three-young-stylish-people-having-easy-lively-conversation_273609-8987.jpg" },
{ id: "t2", name: "Joanne Kenyon", handle: "@guide", testimonial: "I was so happy tonight! I love their Strawberry Salad. It's awesome. So fresh.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg" },
{ id: "t3", name: "Joshua Daly", handle: "@guide", testimonial: "They are nice and fast. They've gotten better since opening and I am happy I have them locally.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-winking-thumb-up_1187-3210.jpg" },
{ id: "t4", name: "Mari Jordan", handle: "@fan", testimonial: "Great pizza and wings. Quick delivery. Will order again!!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14386.jpg" },
{ id: "t5", name: "James Janis", handle: "@loyal", testimonial: "Amazing customer service and the food is fantastic, the pizza is cooked perfectly every single time!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-mother-daughter-side-view_23-2149854624.jpg" },
]}
showRating={true}
title="What Our Neighbors Say"
description="We strive to make every meal great. Here's what some of our regulars have to say."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Get In Touch"
description="Have questions, special requests, or want to place a large order? Give us a call or send a message and we'll get back to you soon."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email",
required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your message or order details...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg"
imageAlt="Empire Pizza exterior"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Get In Touch"
description="Have questions, special requests, or want to place a large order? Give us a call or send a message and we'll get back to you soon."
inputs={[
{ name: "name", type: "text", placeholder: "Name", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true },
]}
textarea={{ name: "message", placeholder: "Your message or order details...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892901.jpg"
imageAlt="Empire Pizza exterior"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Empire Pizza",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Menu",
href: "#products",
},
{
label: "Reviews",
href: "#testimonials",
},
],
},
{
title: "Contact",
items: [
{
label: "555-0123",
href: "tel:5550123",
},
{
label: "Ballston Spa, NY",
href: "#",
},
],
},
]}
bottomLeftText="© 2024 Empire Pizza"
bottomRightText="All rights reserved."
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Empire Pizza", items: [
{ label: "About Us", href: "#about" },
{ label: "Menu", href: "#products" },
{ label: "Reviews", href: "#testimonials" },
],
},
{
title: "Contact", items: [
{ label: "555-0123", href: "tel:5550123" },
{ label: "Ballston Spa, NY", href: "#" },
],
},
]}
bottomLeftText="© 2024 Empire Pizza"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);