10 Commits

Author SHA1 Message Date
9e7871d02a Update src/app/page.tsx 2026-04-06 04:06:29 +00:00
9311117535 Merge version_8 into main
Merge version_8 into main
2026-04-06 04:05:28 +00:00
69a3843435 Update src/app/page.tsx 2026-04-06 04:05:25 +00:00
634176370b Merge version_7 into main
Merge version_7 into main
2026-04-06 04:04:31 +00:00
13c136327e Update src/app/page.tsx 2026-04-06 04:04:25 +00:00
6631084a22 Merge version_6 into main
Merge version_6 into main
2026-04-06 04:03:01 +00:00
e4111226b1 Update src/app/page.tsx 2026-04-06 04:02:58 +00:00
85c7facbfb Merge version_5 into main
Merge version_5 into main
2026-04-06 04:01:44 +00:00
827cfc17a6 Update src/app/page.tsx 2026-04-06 04:01:41 +00:00
2fa351c266 Merge version_4 into main
Merge version_4 into main
2026-04-06 04:00:45 +00:00

View File

@@ -28,14 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "hero"},
{
name: "Menu", id: "menu"},
{
name: "About", id: "about"},
{
name: "Contact", id: "contact"},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Pizza Near Me"
/>
@@ -43,55 +39,34 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars"}}
title="Fresh Pizza, Delivered Fast"
background={{ variant: "gradient-bars" }}
title="Pizza Near Me"
description="The best authentic pizza in town, made with hand-tossed dough, premium mozzarella, and farm-fresh ingredients."
buttons={[
{
text: "Order Now", href: "#menu"},
{
text: "Our Story", href: "#about"},
{ text: "Order Now", href: "#menu" },
{ text: "Our Story", href: "#about" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg", imageAlt: "Hot Pizza"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg?_wi=1", imageAlt: "Margherita"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg?_wi=1", imageAlt: "Pepperoni"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-topping-arrangement_23-2148601651.jpg?_wi=1", imageAlt: "Veggie"},
{
imageSrc: "http://img.b2bpic.net/free-photo/italian-food-wood-slice-pepperoni-gourmet_1122-2443.jpg?_wi=1", imageAlt: "BBQ Chicken"},
{
imageSrc: "http://img.b2bpic.net/free-photo/half-sliced-pizza-mushrooms-red-pepper-olives-black-stone-board_114579-4474.jpg?_wi=1", imageAlt: "Supreme"},
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg", imageAlt: "Hot Pizza" },
]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardThree
tag="Best Seller"
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{
id: "1", name: "Margherita with Fresh Basil", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg?_wi=2"},
{
id: "2", name: "Spicy Pepperoni & Honey", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg?_wi=2"},
{
id: "3", name: "Veggie Delight with Pesto", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-topping-arrangement_23-2148601651.jpg?_wi=2"},
{
id: "4", name: "Smoky BBQ Chicken & Onion", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/italian-food-wood-slice-pepperoni-gourmet_1122-2443.jpg?_wi=2"},
{
id: "5", name: "Supreme Meat Lovers", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/half-sliced-pizza-mushrooms-red-pepper-olives-black-stone-board_114579-4474.jpg?_wi=2"},
{
id: "6", name: "Four Cheese with Garlic Crust", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-with-cheese_140725-11081.jpg"},
{ id: "1", name: "Margherita with Fresh Basil", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg?_wi=2" },
{ id: "2", name: "Spicy Pepperoni & Honey", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.jpg?_wi=2" },
{ id: "3", name: "Veggie Delight", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-topping-arrangement_23-2148601651.jpg?_wi=2" },
{ id: "4", name: "BBQ Chicken", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/italian-food-wood-slice-pepperoni-gourmet_1122-2443.jpg?_wi=2" },
]}
title="Our Signature Pies"
description="Explore our hand-crafted menu of traditional and artisan pizzas made with fresh, locally sourced ingredients."
description="Fresh, hot, and ready for you. Taste the difference in every slice."
/>
</div>
@@ -99,67 +74,30 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text", content: "Crafted with Love"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg", alt: "Pizza"},
{ type: "text", content: "Crafted with Love" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/side-view-pizza-wooden-board-glass-white-wine-slice-os-bread-cheese-green-tomatoes-little-white-bowl_176474-120143.jpg", alt: "Pizza" },
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Best Pizza Ever!", quote: "The crust is perfectly crispy every single time.", name: "Jane D.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/portrait-adorable-blue-eyed-female-model-with-hair-knot-wears-overalls-enjoys-drinking-fruit-smoothie-looks-happily-somewhere-while-sits-cozy-restaurant-beautiful-teenage-girl-coffee-shop_273609-3038.jpg"},
{
id: "2", title: "Always on Time", quote: "My go-to place for Friday night dinners. Fast and hot.", name: "Mark S.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-homemade-cheese-pizza-pointing-showing-with-thumb-up-side-with-happy-face-smiling_839833-29959.jpg"},
{
id: "3", title: "Fresh Ingredients", quote: "You can really taste the quality of the vegetables.", name: "Sarah L.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-pleased-adorable-dark-skinned-african-american-female-sits-comfortable-couch-holds-soft-cushion_273609-3094.jpg"},
{
id: "4", title: "Amazing Service", quote: "The staff is always so friendly and welcoming.", name: "David W.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
{
id: "5", title: "Perfect Pepperoni", quote: "The best pepperoni ratio I have ever found!", name: "Elena M.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-barista-holding-espresso-cup-cafe_1170-589.jpg"},
]}
title="Local Favorites"
description="Hear what our neighborhood has to say about our pizza."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain"}}
background={{ variant: "plain" }}
tag="Contact"
title="Order Freshly Baked"
description="Located at 123 Main St. Give us a call or order online now."
imageSrc="http://img.b2bpic.net/free-photo/close-up-cookie-table_107420-12121.jpg"
title="Ready to Eat?"
description="Stop by or get it delivered straight to your door. We are open daily until 10 PM."
imageSrc="http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-sliced-with-cheese-olives-dark-surface-italian-bake-dough-meal-food-pizza_140725-101998.jpg"
mediaAnimation="slide-up"
buttonText="Order Online"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Pizza Near Me", items: [
{
label: "Menu", href: "#menu"},
{
label: "About Us", href: "#about"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ title: "Pizza Near Me", items: [{ label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
bottomLeftText="© 2024 Pizza Near Me."
bottomRightText="All rights reserved."