Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e7871d02a | |||
| 9311117535 | |||
| 69a3843435 | |||
| 634176370b |
107
src/app/page.tsx
107
src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home", id: "hero"},
|
{ name: "Menu", id: "menu" },
|
||||||
{
|
{ name: "About", id: "about" },
|
||||||
name: "Menu", id: "menu"},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About", id: "about"},
|
|
||||||
{
|
|
||||||
name: "Contact", id: "contact"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Pizza Near Me"
|
brandName="Pizza Near Me"
|
||||||
/>
|
/>
|
||||||
@@ -43,55 +39,34 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars"}}
|
title="Pizza Near Me"
|
||||||
title="Fresh Pizza, Delivered Fast"
|
|
||||||
description="The best authentic pizza in town, made with hand-tossed dough, premium mozzarella, and farm-fresh ingredients."
|
description="The best authentic pizza in town, made with hand-tossed dough, premium mozzarella, and farm-fresh ingredients."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Order Now", href: "#menu" },
|
||||||
text: "Order Now", href: "#menu"},
|
{ text: "Our Story", href: "#about" },
|
||||||
{
|
|
||||||
text: "Our Story", href: "#about"},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
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/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"},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
|
tag="Best Seller"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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: "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: "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: "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: "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"},
|
|
||||||
]}
|
]}
|
||||||
title="Our Signature Pies"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -99,43 +74,19 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
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>
|
</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">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain"}}
|
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
title="Order Freshly Baked"
|
title="Ready to Eat?"
|
||||||
description="Located at 123 Main St. Give us a call or order online now."
|
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"
|
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"
|
mediaAnimation="slide-up"
|
||||||
buttonText="Order Online"
|
buttonText="Order Online"
|
||||||
@@ -145,22 +96,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Pizza Near Me", items: [{ label: "Menu", href: "#menu" }, { label: "Contact", href: "#contact" }] },
|
||||||
title: "Pizza Near Me", items: [
|
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||||
{
|
|
||||||
label: "Menu", href: "#menu"},
|
|
||||||
{
|
|
||||||
label: "About Us", href: "#about"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legal", items: [
|
|
||||||
{
|
|
||||||
label: "Privacy Policy", href: "#"},
|
|
||||||
{
|
|
||||||
label: "Terms of Service", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Pizza Near Me."
|
bottomLeftText="© 2024 Pizza Near Me."
|
||||||
bottomRightText="All rights reserved."
|
bottomRightText="All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user