Update src/app/page.tsx
This commit is contained in:
309
src/app/page.tsx
309
src/app/page.tsx
@@ -32,28 +32,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="Pizza Wale Bhaiya"
|
||||
button={{ text: "Order Now", href: "tel:08960818348" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,40 +48,16 @@ export default function LandingPage() {
|
||||
logoText="Pizza Wale Bhaiya"
|
||||
description="Experience the best, cheesy, and crispy pizza in Akbarpur. Locally loved, freshly made."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "tel:08960818348",
|
||||
},
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Order Now", href: "tel:08960818348" }
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza_1388-635.jpg",
|
||||
imageAlt: "fresh pizza hot wooden table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63237.jpg",
|
||||
imageAlt: "cheese tomato pizza slice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pizza-slices-burnt-paper_23-2147844221.jpg",
|
||||
imageAlt: "paneer pizza gourmet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-dark-stone-table-with-various-kinds-italian-pizza-top-view-fast-food-lunch-celebration_1150-37867.jpg",
|
||||
imageAlt: "fresh baked pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2638.jpg",
|
||||
imageAlt: "special cheese pizza",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fresh-italian-pizza_23-2147926040.jpg",
|
||||
imageAlt: "hot fresh pizza",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-pizza_1388-635.jpg", imageAlt: "fresh pizza hot wooden table" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/homemade-vegan-margherita-pizza-food-photography_53876-63237.jpg", imageAlt: "cheese tomato pizza slice" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-pizza-slices-burnt-paper_23-2147844221.jpg", imageAlt: "paneer pizza gourmet" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/rustic-dark-stone-table-with-various-kinds-italian-pizza-top-view-fast-food-lunch-celebration_1150-37867.jpg", imageAlt: "fresh baked pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pizza-restaurant-table_7939-2638.jpg", imageAlt: "special cheese pizza" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-fresh-italian-pizza_23-2147926040.jpg", imageAlt: "hot fresh pizza" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,8 +67,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="About Pizza Wale Bhaiya"
|
||||
description={[
|
||||
"We are dedicated to providing the best food in Akbarpur with uncompromising service and quality.",
|
||||
"Our pizzas are crafted with fresh ingredients, a perfectly crispy crust, and toppings that will keep you coming back for more.",
|
||||
"We are dedicated to providing the best food in Akbarpur with uncompromising service and quality.", "Our pizzas are crafted with fresh ingredients, a perfectly crispy crust, and toppings that will keep you coming back for more."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,60 +79,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Veg",
|
||||
name: "Cheese Tomato Pizza",
|
||||
price: "₹120",
|
||||
rating: 5,
|
||||
reviewCount: "21",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-spaghetti-corn-olives-mushrooms-close-up-dark-background_176474-4619.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Veg",
|
||||
name: "Paneer Kahani Pizza",
|
||||
price: "₹150",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-caesar_140725-12441.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Veg",
|
||||
name: "Margherita Special",
|
||||
price: "₹100",
|
||||
rating: 4,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arugula-pizza-arrangement_23-2148574274.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Non-Veg",
|
||||
name: "Chicken Feast",
|
||||
price: "₹190",
|
||||
rating: 5,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pizza-slices-with-fresh-vegetables-white_140725-148755.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Veg",
|
||||
name: "Onion Capsicum",
|
||||
price: "₹110",
|
||||
rating: 4,
|
||||
reviewCount: "18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheese-pizza-with-red-tomatoes-dark-surface_179666-34409.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Veg",
|
||||
name: "Corn Pizza",
|
||||
price: "₹99",
|
||||
rating: 4,
|
||||
reviewCount: "10",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3591.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Veg", name: "Cheese Tomato Pizza", price: "₹120", rating: 5, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-spaghetti-corn-olives-mushrooms-close-up-dark-background_176474-4619.jpg" },
|
||||
{ id: "p2", brand: "Veg", name: "Paneer Kahani Pizza", price: "₹150", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-caesar_140725-12441.jpg" },
|
||||
{ id: "p3", brand: "Veg", name: "Margherita Special", price: "₹100", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arugula-pizza-arrangement_23-2148574274.jpg" },
|
||||
{ id: "p4", brand: "Non-Veg", name: "Chicken Feast", price: "₹190", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pizza-slices-with-fresh-vegetables-white_140725-148755.jpg" },
|
||||
{ id: "p5", brand: "Veg", name: "Onion Capsicum", price: "₹110", rating: 4, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cheese-pizza-with-red-tomatoes-dark-surface_179666-34409.jpg" },
|
||||
{ id: "p6", brand: "Veg", name: "Corn Pizza", price: "₹99", rating: 4, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3591.jpg" }
|
||||
]}
|
||||
title="Our Special Menu"
|
||||
description="Discover our signature pizzas, handcrafted to satisfy your cravings."
|
||||
@@ -184,31 +97,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Fresh Ingredients",
|
||||
description: "We use only the freshest toppings and dough made daily.",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Great Service",
|
||||
description: "Friendly staff dedicated to making your visit perfect.",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Delivery",
|
||||
description: "Quick service to your doorstep, no-contact delivery available.",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Wood-Fired Taste",
|
||||
description: "Authentic flavor profile with our unique cooking technique.",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Local Favorite",
|
||||
description: "Proudly serving the heart of Akbarpur community.",
|
||||
},
|
||||
{ icon: CheckCircle, title: "Fresh Ingredients", description: "We use only the freshest toppings and dough made daily." },
|
||||
{ icon: Award, title: "Great Service", description: "Friendly staff dedicated to making your visit perfect." },
|
||||
{ icon: Zap, title: "Fast Delivery", description: "Quick service to your doorstep, no-contact delivery available." },
|
||||
{ icon: Flame, title: "Wood-Fired Taste", description: "Authentic flavor profile with our unique cooking technique." },
|
||||
{ icon: Smile, title: "Local Favorite", description: "Proudly serving the heart of Akbarpur community." }
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
description="We prioritize quality and customer satisfaction above all else."
|
||||
@@ -222,34 +115,10 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.6",
|
||||
title: "Rating",
|
||||
description: "Average across 121 reviews",
|
||||
icon: Star,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "121",
|
||||
title: "Reviews",
|
||||
description: "Happy customers shared feedback",
|
||||
icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "200+",
|
||||
title: "Happy Clients",
|
||||
description: "Regular customers who love us",
|
||||
icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "5+",
|
||||
title: "Years",
|
||||
description: "Years of serving quality pizza",
|
||||
icon: Calendar,
|
||||
},
|
||||
{ id: "m1", value: "4.6", title: "Rating", description: "Average across 121 reviews", icon: Star },
|
||||
{ id: "m2", value: "121", title: "Reviews", description: "Happy customers shared feedback", icon: ThumbsUp },
|
||||
{ id: "m3", value: "200+", title: "Happy Clients", description: "Regular customers who love us", icon: Smile },
|
||||
{ id: "m4", value: "5+", title: "Years", description: "Years of serving quality pizza", icon: Calendar }
|
||||
]}
|
||||
title="Our Reach"
|
||||
description="Serving happiness one pizza at a time."
|
||||
@@ -262,41 +131,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Abhishek Yadav",
|
||||
role: "Foodie",
|
||||
testimonial: "The pizza was very amazing. Crust was perfectly crispy. Toppings were super fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-choosing-order-while-waiter-is-showing-menu-digital-tablet-restaurant_637285-517.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Farukh Ajam",
|
||||
role: "Regular",
|
||||
testimonial: "Pizza has fantastic flavours. Let come there, Enjoy your favorite day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-holding-apple-pizza-white_114579-89101.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dogesh Bhai",
|
||||
role: "Foodie",
|
||||
testimonial: "Nice taste, must visit!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Rahul Verma",
|
||||
role: "Customer",
|
||||
testimonial: "This restaurant provides the best food and maintains good service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-walking-city_839833-21293.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Singh",
|
||||
role: "Local",
|
||||
testimonial: "Best example of customer service with good quality of pizza. Really love it.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-adults-toasting-having-fun-while-having-lunch-together-dining-room_637285-3568.jpg",
|
||||
},
|
||||
{ id: "1", name: "Abhishek Yadav", role: "Foodie", testimonial: "The pizza was very amazing. Crust was perfectly crispy. Toppings were super fresh.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-choosing-order-while-waiter-is-showing-menu-digital-tablet-restaurant_637285-517.jpg" },
|
||||
{ id: "2", name: "Farukh Ajam", role: "Regular", testimonial: "Pizza has fantastic flavours. Let come there, Enjoy your favorite day.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-cook-holding-apple-pizza-white_114579-89101.jpg" },
|
||||
{ id: "3", name: "Dogesh Bhai", role: "Foodie", testimonial: "Nice taste, must visit!", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg" },
|
||||
{ id: "4", name: "Rahul Verma", role: "Customer", testimonial: "This restaurant provides the best food and maintains good service.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-girl-smiling-happy-walking-city_839833-21293.jpg" },
|
||||
{ id: "5", name: "Priya Singh", role: "Local", testimonial: "Best example of customer service with good quality of pizza. Really love it.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-young-adults-toasting-having-fun-while-having-lunch-together-dining-room_637285-3568.jpg" }
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Don't just take our word for it."
|
||||
@@ -308,31 +147,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open until 11 PM daily.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we offer no-contact delivery.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the average price?",
|
||||
content: "Our menu is very affordable, starting from ₹1 up to ₹200.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I customize my toppings?",
|
||||
content: "Absolutely! Build your own pizza your way.",
|
||||
},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Where are you located?",
|
||||
content: "In front of over bridge, near Rakesh Medical Store, Akbarpur.",
|
||||
},
|
||||
{ id: "f1", title: "What are your opening hours?", content: "We are open until 11 PM daily." },
|
||||
{ id: "f2", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery." },
|
||||
{ id: "f3", title: "What is the average price?", content: "Our menu is very affordable, starting from ₹1 up to ₹200." },
|
||||
{ id: "f4", title: "Can I customize my toppings?", content: "Absolutely! Build your own pizza your way." },
|
||||
{ id: "f5", title: "Where are you located?", content: "In front of over bridge, near Rakesh Medical Store, Akbarpur." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27024.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -345,19 +164,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
background={{ variant: "animated-grid" }}
|
||||
text="Visit us in front of over bridge, near Rakesh Medical Store, Akbarpur, Uttar Pradesh 209101 or call us at 089608 18348."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:08960818348",
|
||||
},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl/9XH2+2R",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:08960818348" },
|
||||
{ text: "Get Directions", href: "https://maps.app.goo.gl/9XH2+2R" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -367,40 +178,12 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lump-dough-wooden-table-surrounded-with-tomatoes-pepper_181624-21061.jpg"
|
||||
logoText="Pizza Wale Bhaiya"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
{
|
||||
label: "Google Maps",
|
||||
href: "https://maps.app.goo.gl/9XH2+2R",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Navigate", items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Google Maps", href: "https://maps.app.goo.gl/9XH2+2R" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user