Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e4111226b1 | |||
| 85c7facbfb | |||
| 827cfc17a6 | |||
| 2fa351c266 | |||
| df544ebf65 | |||
| 9c72c5c0de | |||
| 18a6b09790 | |||
| 0092568ca2 | |||
| dafbd54b66 | |||
| 647be9d47f |
166
src/app/page.tsx
166
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pizza Near Me"
|
||||
/>
|
||||
@@ -52,41 +44,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh Pizza, Delivered Fast"
|
||||
description="The best authentic pizza in town, made with hand-tossed dough, premium mozzarella, and farm-fresh ingredients."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#menu",
|
||||
},
|
||||
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/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/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/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/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/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/half-sliced-pizza-mushrooms-red-pepper-olives-black-stone-board_114579-4474.jpg?_wi=1", imageAlt: "Supreme"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,48 +74,24 @@ export default function LandingPage() {
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Margherita",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-fresh-cheese_23-2150096956.jpg?_wi=2",
|
||||
},
|
||||
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: "Pepperoni",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-tomato-cheese_140725-6768.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: "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: "BBQ Chicken",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-food-wood-slice-pepperoni-gourmet_1122-2443.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",
|
||||
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: "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",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-with-cheese_140725-11081.jpg",
|
||||
},
|
||||
id: "6", name: "Four Cheese with Garlic Crust", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/margherita-pizza-with-cheese_140725-11081.jpg"},
|
||||
]}
|
||||
title="Our Signature Pies"
|
||||
description="Explore our hand-crafted menu of traditional and artisan pizzas."
|
||||
description="Explore our hand-crafted menu of traditional and artisan pizzas made with fresh, locally sourced ingredients."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -145,14 +100,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Crafted with Love",
|
||||
},
|
||||
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: "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>
|
||||
@@ -163,45 +113,15 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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",
|
||||
},
|
||||
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."
|
||||
@@ -212,13 +132,13 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Order Online"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,29 +146,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Pizza Near Me",
|
||||
items: [
|
||||
title: "Pizza Near Me", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -259,4 +169,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user