Merge version_3 into main #2
213
src/app/page.tsx
213
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Our Menu", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="The Dezato"
|
||||
/>
|
||||
@@ -56,35 +48,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="The Dezato: Sweetness in Every Bite"
|
||||
description="Experience the crunch of our signature multigrain waffleballs and the softness of mini pancakes right here in Vyas Colony, Bikaner."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plates-with-waffles-coffee_23-2148526410.jpg",
|
||||
imageAlt: "Mini pancakes stack",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plates-with-waffles-coffee_23-2148526410.jpg", imageAlt: "Mini pancakes stack"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cherry-cake-slices-with-cream-fresh-fruits-pink-desk-cake-biscuit-sugar-sweet_140725-28438.jpg",
|
||||
imageAlt: "Waffleballs in a box",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cherry-cake-slices-with-cream-fresh-fruits-pink-desk-cake-biscuit-sugar-sweet_140725-28438.jpg", imageAlt: "Waffleballs in a box"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg",
|
||||
imageAlt: "Fresh takeaway dessert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg", imageAlt: "Fresh takeaway dessert"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cookies-with-crackers-dark-background-cookie-biscuit-sweet-fruit_140725-121564.jpg",
|
||||
imageAlt: "Healthy dessert toppings",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cookies-with-crackers-dark-background-cookie-biscuit-sweet-fruit_140725-121564.jpg", imageAlt: "Healthy dessert toppings"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-dessert-bowl-with-fresh-fruit-variation-generated-by-ai_188544-38848.jpg",
|
||||
imageAlt: "Gourmet pancake balls",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gourmet-dessert-bowl-with-fresh-fruit-variation-generated-by-ai_188544-38848.jpg", imageAlt: "Gourmet pancake balls"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-cherries-plate-plaid-cloth-fork-knife-wooden-background_141793-25122.jpg",
|
||||
imageAlt: "The Dezato Shop View",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pancakes-with-cherries-plate-plaid-cloth-fork-knife-wooden-background_141793-25122.jpg", imageAlt: "The Dezato Shop View"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -105,50 +84,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Mini Pancakes",
|
||||
price: "₹60",
|
||||
variant: "Small",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-figs-roasted-nuts-wooden-plate_181624-14749.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Mini Pancakes", price: "₹60", variant: "Small", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pancakes-with-syrup-butter-figs-roasted-nuts-wooden-plate_181624-14749.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Caramel Waffleballs",
|
||||
price: "₹80",
|
||||
variant: "Box",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle_1098-16789.jpg",
|
||||
},
|
||||
id: "p2", name: "Caramel Waffleballs", price: "₹80", variant: "Box", imageSrc: "http://img.b2bpic.net/free-photo/fresh-waffle_1098-16789.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Multigrain Chocolate Bites",
|
||||
price: "₹70",
|
||||
variant: "Box",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-tea-cookies-dark-background_140725-51001.jpg",
|
||||
},
|
||||
id: "p3", name: "Multigrain Chocolate Bites", price: "₹70", variant: "Box", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pancakes-with-tea-cookies-dark-background_140725-51001.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Nutty Waffleballs",
|
||||
price: "₹90",
|
||||
variant: "Special",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-pancake-breakfast-treat-background-shaped-like-fun-strawberry-wallpaper_53876-145446.jpg",
|
||||
},
|
||||
id: "p4", name: "Nutty Waffleballs", price: "₹90", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/kids-pancake-breakfast-treat-background-shaped-like-fun-strawberry-wallpaper_53876-145446.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Honey Glazed Pancakes",
|
||||
price: "₹65",
|
||||
variant: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-birthday-cream-tea-cake-biscuit-sweet_140725-101619.jpg",
|
||||
},
|
||||
id: "p5", name: "Honey Glazed Pancakes", price: "₹65", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-strawberries-white-surface-birthday-cream-tea-cake-biscuit-sweet_140725-101619.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "The Dezato Special Mix",
|
||||
price: "₹120",
|
||||
variant: "Large",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carbohydrate-breakfast-pancakes-crepes-wafers_114579-41773.jpg",
|
||||
},
|
||||
id: "p6", name: "The Dezato Special Mix", price: "₹120", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/carbohydrate-breakfast-pancakes-crepes-wafers_114579-41773.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Indulge in healthy, crunchy, and soft treats."
|
||||
description="Our signature multigrain texture delivers a uniquely satisfying crunch on the outside while maintaining an airy, soft core for the ultimate dessert indulgence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,52 +108,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Daily",
|
||||
price: "₹60",
|
||||
subtitle: "Quick Snack",
|
||||
buttons: [
|
||||
id: "basic", badge: "Daily", price: "₹60", subtitle: "Quick Snack", buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
text: "Order Now"},
|
||||
],
|
||||
features: [
|
||||
"Mini Pancakes",
|
||||
"Multigrain Base",
|
||||
"Single Topping",
|
||||
],
|
||||
"Mini Pancakes", "Multigrain Base", "Single Topping"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "₹90",
|
||||
subtitle: "For Foodies",
|
||||
buttons: [
|
||||
id: "pro", badge: "Popular", price: "₹90", subtitle: "For Foodies", buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
text: "Order Now"},
|
||||
],
|
||||
features: [
|
||||
"Waffleballs Combo",
|
||||
"Premium Drizzle",
|
||||
"Extra Crunch",
|
||||
],
|
||||
"Waffleballs Combo", "Premium Drizzle", "Extra Crunch"],
|
||||
},
|
||||
{
|
||||
id: "deluxe",
|
||||
badge: "Combo",
|
||||
price: "₹150",
|
||||
subtitle: "Sharing Joy",
|
||||
buttons: [
|
||||
id: "deluxe", badge: "Combo", price: "₹150", subtitle: "Sharing Joy", buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
},
|
||||
text: "Order Now"},
|
||||
],
|
||||
features: [
|
||||
"Full Family Mix",
|
||||
"All Toppings",
|
||||
"Priority Service",
|
||||
],
|
||||
"Full Family Mix", "All Toppings", "Priority Service"],
|
||||
},
|
||||
]}
|
||||
title="Affordable Delights"
|
||||
@@ -219,22 +144,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Pancakes Served",
|
||||
value: "50,000+",
|
||||
icon: Coffee,
|
||||
id: "m1", title: "Pancakes Served", value: "50,000+", icon: Coffee,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Happy Customers",
|
||||
value: "12,000+",
|
||||
icon: Users,
|
||||
id: "m2", title: "Happy Customers", value: "12,000+", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Vyas Colony Rating",
|
||||
value: "4.9/5",
|
||||
icon: Star,
|
||||
id: "m3", title: "Vyas Colony Rating", value: "4.9/5", icon: Star,
|
||||
},
|
||||
]}
|
||||
title="Our Community Growth"
|
||||
@@ -250,25 +166,15 @@ export default function LandingPage() {
|
||||
author="Ankit R."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-sitting-kitchen_171337-4137.jpg",
|
||||
alt: "Ankit",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-sitting-kitchen_171337-4137.jpg", alt: "Ankit"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/crop-woman-enjoying-waffles-coffee_23-2147758258.jpg",
|
||||
alt: "Priya",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/crop-woman-enjoying-waffles-coffee_23-2147758258.jpg", alt: "Priya"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-coffee-break-home_74855-5673.jpg",
|
||||
alt: "Rahul",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-coffee-break-home_74855-5673.jpg", alt: "Rahul"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-liking-glazed-doughnut_23-2148244725.jpg",
|
||||
alt: "Sneha",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/little-girl-liking-glazed-doughnut_23-2148244725.jpg", alt: "Sneha"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cake-cookies-cake-with-strawberries-pencil-notebook_140725-120112.jpg",
|
||||
alt: "Vikram",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cake-cookies-cake-with-strawberries-pencil-notebook_140725-120112.jpg", alt: "Vikram"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -280,23 +186,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are your products healthy?",
|
||||
content: "Yes, we use multigrain flour to ensure a healthier snack experience.",
|
||||
},
|
||||
id: "q1", title: "Are your products healthy?", content: "Yes, we use multigrain flour to ensure a healthier snack experience."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Where are you located?",
|
||||
content: "We are in Vyas Colony, Near Momo Eats, Bikaner.",
|
||||
},
|
||||
id: "q2", title: "Where are you located?", content: "We are in Vyas Colony, Near Momo Eats, Bikaner."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have home delivery?",
|
||||
content: "Yes, order via our local partners or call us directly.",
|
||||
},
|
||||
id: "q3", title: "Do you have home delivery?", content: "Yes, order via our local partners or call us directly."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Delivery/Ordering", href: "#contact"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -304,8 +206,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact"
|
||||
title="Visit Us Today"
|
||||
description="Come grab your favorite sweet treats at The Dezato."
|
||||
@@ -318,37 +219,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Location", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
label: "Twitter", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -358,4 +247,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user