Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f68e471fe6 |
234
src/app/page.tsx
234
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Pizza Pieco"
|
||||
/>
|
||||
@@ -59,45 +49,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Taste the Authentic Tradition"
|
||||
description="Neapolitan perfection and traditional feteer, delivered fast to your doorstep. Experience the quality you deserve."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order via WhatsApp", href: "https://wa.me/yournumber"},
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Browse Full Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg",
|
||||
imageAlt: "Authentic Neapolitan Pizza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134277.jpg", imageAlt: "Authentic Neapolitan Pizza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85297.jpg",
|
||||
imageAlt: "Traditional Feteer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85297.jpg", imageAlt: "Traditional Feteer"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-dough-with-tomato-sauce_23-2148357184.jpg",
|
||||
imageAlt: "Fresh Ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rolled-dough-with-tomato-sauce_23-2148357184.jpg", 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",
|
||||
imageAlt: "Fast Delivery",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg",
|
||||
imageAlt: "Pizza Perfection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235783.jpg", imageAlt: "Pizza Perfection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-blue-surface_140725-66660.jpg",
|
||||
imageAlt: "Feteer Meshaltet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-round-delicious-pie-with-fresh-red-strawberries-blue-surface_140725-66660.jpg", imageAlt: "Feteer Meshaltet"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,19 +82,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Quality",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Quality", value: "100%"},
|
||||
{
|
||||
icon: Leaf,
|
||||
label: "Freshness",
|
||||
value: "Daily",
|
||||
},
|
||||
label: "Freshness", value: "Daily"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Delivery",
|
||||
value: "Fast",
|
||||
},
|
||||
label: "Delivery", value: "Fast"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,41 +102,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Artisan Salad",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-noodle-spring-roll_1339-5652.jpg",
|
||||
},
|
||||
id: "p3", name: "Artisan Salad", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-noodle-spring-roll_1339-5652.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Combo Special",
|
||||
price: "$22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-with-cheese_140725-982.jpg",
|
||||
},
|
||||
id: "p4", name: "Combo Special", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/meat-cutlet-with-cheese_140725-982.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Authentic Italian pizzas and the finest Egyptian feteer, prepared with fresh, premium ingredients."
|
||||
@@ -184,20 +127,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Authentic Taste",
|
||||
description: "Classic recipes mastered over years.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852123.jpg",
|
||||
},
|
||||
title: "Authentic Taste", description: "Classic recipes mastered over years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852123.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
title: "Lightning Delivery",
|
||||
description: "Always fresh, always on time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg",
|
||||
},
|
||||
title: "Lightning Delivery", description: "Always fresh, always on time.", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-happy-expression_1194-2219.jpg"},
|
||||
]}
|
||||
title="Why Pizza Pieco?"
|
||||
description="We are committed to excellence in every slice and every delivery."
|
||||
@@ -211,26 +145,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="The Numbers Speak"
|
||||
description="Join thousands of happy customers who choose Pizza Pieco for their cravings."
|
||||
@@ -245,45 +164,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed K.",
|
||||
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: "1", name: "Ahmed K.", 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",
|
||||
name: "Sarah M.",
|
||||
role: "Pizza Fan",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-african-american-woman-with-pizza_627829-401.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah M.", 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",
|
||||
name: "Mohamed L.",
|
||||
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: "3", name: "Mohamed L.", 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",
|
||||
name: "Layla S.",
|
||||
role: "New Customer",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-having-good-time_23-2148395331.jpg",
|
||||
},
|
||||
id: "4", name: "Layla S.", 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",
|
||||
name: "Omar D.",
|
||||
role: "Enthusiast",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg",
|
||||
},
|
||||
id: "5", name: "Omar D.", 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"
|
||||
description="Customer love is our greatest ingredient."
|
||||
@@ -294,18 +188,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to satisfy your cravings? Order your pizza or feteer now via WhatsApp or give us a call."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Now",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
text: "WhatsApp Now", href: "https://wa.me/yournumber"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+123456789",
|
||||
},
|
||||
text: "Call Us", href: "tel:+123456789"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -316,46 +205,29 @@ export default function LandingPage() {
|
||||
logoText="Pizza Pieco"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pizza",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizza", href: "#menu"},
|
||||
{
|
||||
label: "Feteer",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Feteer", href: "#menu"},
|
||||
{
|
||||
label: "Drinks",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Drinks", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Order via WA",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Order via WA", href: "#contact"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Call Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -365,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user