3 Commits

Author SHA1 Message Date
b822365914 Update src/app/page.tsx 2026-04-20 16:56:55 +00:00
5f404a08ae Merge version_2 into main
Merge version_2 into main
2026-04-20 16:55:27 +00:00
f68e471fe6 Update src/app/page.tsx 2026-04-20 16:55:24 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Reviews", name: "Reviews", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Pizza Pieco" brandName="Pizza Pieco"
/> />
@@ -59,45 +49,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Taste the Authentic Tradition" title="Taste the Authentic Tradition"
description="Neapolitan perfection and traditional feteer, delivered fast to your doorstep. Experience the quality you deserve." description="Neapolitan perfection and traditional feteer, delivered fast to your doorstep. Experience the quality you deserve."
buttons={[ buttons={[
{ {
text: "Order Now", text: "Order via WhatsApp", href: "https://wa.me/yournumber"},
href: "#menu",
},
{ {
text: "Explore Menu", text: "Browse Full Menu", href: "#menu"},
href: "#menu",
},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg", imageAlt: "Authentic Neapolitan Pizza"},
imageAlt: "Authentic Neapolitan Pizza",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85297.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85297.jpg", imageAlt: "Traditional Feteer"},
imageAlt: "Traditional Feteer",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/rolled-dough-with-tomato-sauce_23-2148357184.jpg", imageSrc: "http://img.b2bpic.net/free-photo/rolled-dough-with-tomato-sauce_23-2148357184.jpg", imageAlt: "Fresh Ingredients"},
imageAlt: "Fresh Ingredients",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-blue-uniform-cap-holding-pizza-boxes-food-package-with-serious-face-standing-pink-wall_141793-63773.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-blue-uniform-cap-holding-pizza-boxes-food-package-with-serious-face-standing-pink-wall_141793-63773.jpg", imageAlt: "Fast Delivery"},
imageAlt: "Fast Delivery",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg", imageAlt: "Pizza Perfection"},
imageAlt: "Pizza Perfection",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-blue-surface_140725-66660.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-blue-surface_140725-66660.jpg", imageAlt: "Feteer Meshaltet"},
imageAlt: "Feteer Meshaltet",
},
]} ]}
/> />
</div> </div>
@@ -109,19 +82,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Award, icon: Award,
label: "Quality", label: "Quality", value: "100%"},
value: "100%",
},
{ {
icon: Leaf, icon: Leaf,
label: "Freshness", label: "Freshness", value: "Daily"},
value: "Daily",
},
{ {
icon: Zap, icon: Zap,
label: "Delivery", label: "Delivery", value: "Fast"},
value: "Fast",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -135,44 +102,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Neapolitan Margherita", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomato-cheese-round-wooden-board_140725-10196.jpg"},
name: "Neapolitan Margherita",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pizza-with-tomato-cheese-round-wooden-board_140725-10196.jpg",
},
{ {
id: "p2", id: "p2", name: "Traditional Feteer", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-various-ingredients_140725-114935.jpg"},
name: "Traditional Feteer",
price: "$10.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-with-various-ingredients_140725-114935.jpg",
},
{ {
id: "p3", id: "p3", name: "Artisan Salad", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-noodle-spring-roll_1339-5652.jpg"},
name: "Artisan Salad",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-noodle-spring-roll_1339-5652.jpg",
},
{ {
id: "p4", id: "p4", name: "Combo Special", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-with-cheese_140725-982.jpg"},
name: "Combo Special",
price: "$22.00",
imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-with-cheese_140725-982.jpg",
},
{ {
id: "p5", id: "p5", name: "Sweet Feteer", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pink-cake-with-colorful-candies-cup-tea-white-background-dessert-pie-rainbow-color-cake-candy_140725-110347.jpg"},
name: "Sweet Feteer",
price: "$9.00",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pink-cake-with-colorful-candies-cup-tea-white-background-dessert-pie-rainbow-color-cake-candy_140725-110347.jpg",
},
{ {
id: "p6", id: "p6", name: "Fresh Drinks", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-orange-mint-cup-plaster-high-angle-view_176474-6663.jpg"},
name: "Fresh Drinks",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-orange-mint-cup-plaster-high-angle-view_176474-6663.jpg",
},
]} ]}
title="Our Signature Menu" title="Our Signature Menu"
description="Authentic Italian pizzas and the finest Egyptian feteer, prepared with fresh, premium ingredients." description="Discover the ultimate fusion of Italian Neapolitan and Egyptian Feteer traditions. Explore our menu today!"
/> />
</div> </div>
@@ -184,20 +127,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Authentic Taste", title: "Authentic Taste", description: "Classic recipes mastered over years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852123.jpg"},
description: "Classic recipes mastered over years.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852123.jpg",
},
{ {
title: "Farm Fresh", title: "Farm Fresh", description: "Only the finest ingredients go into our dough.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-grandparents-girl-kitchen_23-2150491993.jpg"},
description: "Only the finest ingredients go into our dough.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-grandparents-girl-kitchen_23-2150491993.jpg",
},
{ {
title: "Lightning Delivery", title: "Lightning Delivery", description: "Always fresh, always on time.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg"},
description: "Always fresh, always on time.",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg",
},
]} ]}
title="Why Pizza Pieco?" title="Why Pizza Pieco?"
description="We are committed to excellence in every slice and every delivery." description="We are committed to excellence in every slice and every delivery."
@@ -211,26 +145,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "5000+", title: "Happy Diners", description: "Served over the past year.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg"},
value: "5000+",
title: "Happy Diners",
description: "Served over the past year.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg",
},
{ {
id: "m2", id: "m2", value: "15+", title: "Menu Classics", description: "Carefully curated choices.", imageSrc: "http://img.b2bpic.net/free-photo/classic-pepperoni-pizza-rustic-wooden-board_84443-74892.jpg"},
value: "15+",
title: "Menu Classics",
description: "Carefully curated choices.",
imageSrc: "http://img.b2bpic.net/free-photo/classic-pepperoni-pizza-rustic-wooden-board_84443-74892.jpg",
},
{ {
id: "m3", id: "m3", value: "30min", title: "Avg. Delivery", description: "Fresh and fast guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-wearing-glasses-holding-pizza-boxes-food-packages-smiling-with-happy-face-standing-green-wall_141793-60904.jpg"},
value: "30min",
title: "Avg. Delivery",
description: "Fresh and fast guarantee.",
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-woman-red-uniform-cap-wearing-glasses-holding-pizza-boxes-food-packages-smiling-with-happy-face-standing-green-wall_141793-60904.jpg",
},
]} ]}
title="The Numbers Speak" title="The Numbers Speak"
description="Join thousands of happy customers who choose Pizza Pieco for their cravings." description="Join thousands of happy customers who choose Pizza Pieco for their cravings."
@@ -245,45 +164,20 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Ahmed K.", role: "Foodie", company: "Customer", rating: 5,
name: "Ahmed K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg"},
role: "Foodie",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-with-piercing-ears-nose-holding-slice-orange-front-his-eyes-against-grey-background_23-2148121841.jpg",
},
{ {
id: "2", id: "2", name: "Sarah M.", role: "Pizza Fan", company: "Customer", rating: 5,
name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/hands-african-american-woman-with-pizza_627829-401.jpg"},
role: "Pizza Fan",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hands-african-american-woman-with-pizza_627829-401.jpg",
},
{ {
id: "3", id: "3", name: "Mohamed L.", role: "Regular", company: "Customer", rating: 5,
name: "Mohamed L.", imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39257.jpg"},
role: "Regular",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lunch-break-elegant-man-office-businessman-white-shirt-man-eats-noodles_1157-39257.jpg",
},
{ {
id: "4", id: "4", name: "Layla S.", role: "New Customer", company: "Customer", rating: 5,
name: "Layla S.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg"},
role: "New Customer",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg",
},
{ {
id: "5", id: "5", name: "Omar D.", role: "Enthusiast", company: "Customer", rating: 5,
name: "Omar D.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg"},
role: "Enthusiast",
company: "Customer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Customer love is our greatest ingredient." description="Customer love is our greatest ingredient."
@@ -294,18 +188,13 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
text="Ready to satisfy your cravings? Order your pizza or feteer now via WhatsApp or give us a call." text="Ready to satisfy your cravings? Order your pizza or feteer now via WhatsApp or give us a call."
buttons={[ buttons={[
{ {
text: "WhatsApp Now", text: "WhatsApp Now", href: "https://wa.me/yournumber"},
href: "https://wa.me/yournumber",
},
{ {
text: "Call Us", text: "Call Us", href: "tel:+123456789"},
href: "tel:+123456789",
},
]} ]}
/> />
</div> </div>
@@ -316,46 +205,29 @@ export default function LandingPage() {
logoText="Pizza Pieco" logoText="Pizza Pieco"
columns={[ columns={[
{ {
title: "Menu", title: "Menu", items: [
items: [
{ {
label: "Pizza", label: "Pizza", href: "#menu"},
href: "#menu",
},
{ {
label: "Feteer", label: "Feteer", href: "#menu"},
href: "#menu",
},
{ {
label: "Drinks", label: "Drinks", href: "#menu"},
href: "#menu",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "Order via WA", label: "Order via WA", href: "#contact"},
href: "#contact",
},
{ {
label: "Call Us", label: "Call Us", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Social", title: "Social", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "Facebook", label: "Facebook", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -365,4 +237,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }