Merge version_1_1781384063781 into main #2
@@ -12,301 +12,154 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlayMarquee
|
||||
tag="Best Bakery in Moradabad"
|
||||
title="Freshness Baked Daily at Muskan Bakery"
|
||||
description="Discover the finest cakes, pastries, and savory snacks in the heart of Ashiyana Colony."
|
||||
primaryButton={{
|
||||
text: "Order Now",
|
||||
href: "https://wa.me/07599001145",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
items={[
|
||||
{
|
||||
text: "Fresh Daily",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
text: "Quick Delivery",
|
||||
icon: Truck,
|
||||
},
|
||||
{
|
||||
text: "4.8 Star Rated",
|
||||
icon: Star,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-appetizing-fresh-chocolate-cake-glass-showcase-pastry-shop-cafe_639032-1328.jpg?_wi=1"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Best Bakery in Moradabad"
|
||||
title="Freshness Baked Daily at Muskan Bakery"
|
||||
description="Discover the finest cakes, pastries, and savory snacks in the heart of Ashiyana Colony."
|
||||
primaryButton={{
|
||||
text: "Order Now", href: "https://wa.me/07599001145"}}
|
||||
secondaryButton={{
|
||||
text: "View Menu", href: "#menu"}}
|
||||
items={[
|
||||
{
|
||||
text: "Fresh Daily", icon: Award,
|
||||
},
|
||||
{
|
||||
text: "Quick Delivery", icon: Truck,
|
||||
},
|
||||
{
|
||||
text: "4.8 Star Rated", icon: Star,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-appetizing-fresh-chocolate-cake-glass-showcase-pastry-shop-cafe_639032-1328.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Story"
|
||||
title="Authentic Flavors, Fresh Ingredients"
|
||||
description="At Muskan Bakery, we take pride in using only the best ingredients to craft our signature cakes, patties, and biscuits. Every bite reflects our dedication to quality."
|
||||
items={[
|
||||
{
|
||||
icon: Cake,
|
||||
title: "Artisanal Cakes",
|
||||
description: "Custom designs and flavors for every celebration.",
|
||||
},
|
||||
{
|
||||
icon: Cookie,
|
||||
title: "Daily Freshness",
|
||||
description: "Baked from scratch every single morning.",
|
||||
},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Fast Delivery",
|
||||
description: "Bringing our kitchen to your doorstep.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-with-flour-dark-cake-job-oven-hotcake-dough-bake-pie-worker-egg-cuisine_179666-43953.jpg?_wi=1"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Story"
|
||||
title="Authentic Flavors, Fresh Ingredients"
|
||||
description="At Muskan Bakery, we take pride in using only the best ingredients to craft our signature cakes, patties, and biscuits. Every bite reflects our dedication to quality."
|
||||
items={[
|
||||
{
|
||||
icon: "Cake", title: "Artisanal Cakes", description: "Custom designs and flavors for every celebration."},
|
||||
{
|
||||
icon: "Cookie", title: "Daily Freshness", description: "Baked from scratch every single morning."},
|
||||
{
|
||||
icon: "ShoppingBag", title: "Fast Delivery", description: "Bringing our kitchen to your doorstep."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-with-flour-dark-cake-job-oven-hotcake-dough-bake-pie-worker-egg_179666-43953.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<div id="features" data-section="features">
|
||||
<SectionErrorBoundary name="features">
|
||||
<FeaturesBento
|
||||
tag="Why Choose Us"
|
||||
title="Quality You Can Taste"
|
||||
description="From our kitchen to your table, experience the difference."
|
||||
features={[
|
||||
{
|
||||
title: "Hygiene First",
|
||||
description: "We maintain the highest standards of cleanliness.",
|
||||
bentoComponent: "info-card-marquee",
|
||||
infoCards: [
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Sanitized",
|
||||
value: "100%",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-showcase-pastry-shop-with-variety-fresh-cakes-pastries-popular-sweet-desserts-offered-sale_639032-1341.jpg",
|
||||
imageAlt: "Glass showcase of pastry shop with variety of fresh cakes and pastries. Popular sweet desserts offered for sale",
|
||||
},
|
||||
{
|
||||
title: "Customer Trust",
|
||||
description: "Over 155+ positive reviews from our patrons.",
|
||||
bentoComponent: "chat-marquee",
|
||||
aiResponse: "Great service!",
|
||||
userMessage: "Delicious cakes!",
|
||||
exchanges: [
|
||||
{
|
||||
userMessage: "Great cake!",
|
||||
aiResponse: "So glad you enjoyed it!",
|
||||
},
|
||||
],
|
||||
placeholder: "Feedback",
|
||||
aiIcon: Coffee,
|
||||
userIcon: User,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-appetizing-fresh-chocolate-cake-glass-showcase-pastry-shop-cafe_639032-1328.jpg?_wi=2",
|
||||
imageAlt: "Glass showcase of pastry shop with variety of fresh cakes and pastries. Popular sweet desserts offered for sale",
|
||||
},
|
||||
{
|
||||
title: "Variety",
|
||||
description: "Something for everyone's palate.",
|
||||
bentoComponent: "orbiting-icons",
|
||||
centerIcon: Sparkles,
|
||||
orbitIcons: [
|
||||
"Cake",
|
||||
"Coffee",
|
||||
"Cookie",
|
||||
"Pizza",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-rolling-out-dough-with-flour-dark-cake-job-oven-hotcake-dough-bake-pie-worker-egg-cuisine_179666-43953.jpg?_wi=2",
|
||||
imageAlt: "Glass showcase of pastry shop with variety of fresh cakes and pastries. Popular sweet desserts offered for sale",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Why Choose Us"
|
||||
title="Quality You Can Taste"
|
||||
description="From our kitchen to your table, experience the difference."
|
||||
features={[
|
||||
{
|
||||
title: "Hygiene First", description: "We maintain the highest standards of cleanliness.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{
|
||||
icon: "Shield", label: "Sanitized", value: "100%"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Trust", description: "Over 155+ positive reviews from our patrons.", bentoComponent: "chat-marquee", aiIcon: "Coffee", userIcon: "User", exchanges: [
|
||||
{
|
||||
userMessage: "Great cake!", aiResponse: "So glad you enjoyed it!"},
|
||||
],
|
||||
placeholder: "Feedback"},
|
||||
{
|
||||
title: "Variety", description: "Something for everyone's palate.", bentoComponent: "orbiting-icons", centerIcon: "Sparkles", orbitIcons: ["Cake", "Coffee", "Cookie", "Pizza"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesImageBento
|
||||
tag="Popular Items"
|
||||
title="What's Cooking Today?"
|
||||
description="Explore our delicious range of treats."
|
||||
items={[
|
||||
{
|
||||
title: "Pineapple Cake",
|
||||
description: "Perfect blend of cream and pineapple.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-cake-with-pastry-cream-lemon-fork-platter-green-white-checkered-table_140725-103018.jpg",
|
||||
},
|
||||
{
|
||||
title: "Cheese Burger",
|
||||
description: "Loaded with fresh veggies and cheese.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-lettuce-tomatoes-cheese_141793-530.jpg",
|
||||
},
|
||||
{
|
||||
title: "Bakery Biscuits",
|
||||
description: "Crunchy tea-time essentials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-chesnuts-concept_23-2148436717.jpg",
|
||||
},
|
||||
{
|
||||
title: "Celebration Cakes",
|
||||
description: "Customized for your special days.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-party-ornaments_23-2149023561.jpg",
|
||||
},
|
||||
{
|
||||
title: "Fresh Muffins",
|
||||
description: "Soft, sweet, and comforting.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/display-croissant-plate-towel-with-coffee-marble-background-high-quality-photo_114579-36499.jpg",
|
||||
},
|
||||
{
|
||||
title: "Aloo Patties",
|
||||
description: "Spiced and crispy hot snacks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raspberry-cake-oval-plate-surrounded-by-biscuits-small-tarts-bowl-with-berries-blue-surface_140725-88098.jpg",
|
||||
},
|
||||
{
|
||||
title: "Pastry Assortment",
|
||||
description: "Hand-picked pastry selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cookies-with-green-grapes-blue-plate-with-honey-dried-buds-multi-colored-pancakes-stand-white-background_141793-51304.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Popular Items"
|
||||
title="What's Cooking Today?"
|
||||
description="Explore our delicious range of treats."
|
||||
items={[
|
||||
{ title: "Pineapple Cake", description: "Perfect blend of cream and pineapple.", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-cake-with-pastry-cream-lemon-fork-platter-green-white-checkered-table_140725-103018.jpg" },
|
||||
{ title: "Cheese Burger", description: "Loaded with fresh veggies and cheese.", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-lettuce-tomatoes-cheese_141793-530.jpg" },
|
||||
{ title: "Bakery Biscuits", description: "Crunchy tea-time essentials.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chesnuts-concept_23-2148436717.jpg" },
|
||||
{ title: "Celebration Cakes", description: "Customized for your special days.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-party-ornaments_23-2149023561.jpg" },
|
||||
{ title: "Fresh Muffins", description: "Soft, sweet, and comforting.", imageSrc: "http://img.b2bpic.net/free-photo/display-croissant-plate-towel-with-coffee-marble-background-high-quality-photo_114579-36499.jpg" },
|
||||
{ title: "Aloo Patties", description: "Spiced and crispy hot snacks.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raspberry-cake-oval-plate-surrounded-by-biscuits-small-tarts-bowl-with-berries-blue-surface_140725-88098.jpg" },
|
||||
{ title: "Pastry Assortment", description: "Hand-picked pastry selection.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cookies-with-green-grapes-blue-plate-with-honey-dried-buds-multi-colored-pancakes-stand-white-background_141793-51304.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<div id="pricing" data-section="pricing">
|
||||
<SectionErrorBoundary name="pricing">
|
||||
<PricingSimpleCards
|
||||
tag="Pricing"
|
||||
title="Affordable Delights"
|
||||
description="Premium quality at prices that fit your budget."
|
||||
plans={[
|
||||
{
|
||||
tag: "Basic",
|
||||
price: "₹100 - ₹300",
|
||||
description: "Everyday snacks and patties.",
|
||||
features: [
|
||||
"Freshly Baked",
|
||||
"Hot Servings",
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Popular",
|
||||
price: "₹400 - ₹800",
|
||||
description: "Standard cake sizes for parties.",
|
||||
features: [
|
||||
"Designer Cream",
|
||||
"Custom Notes",
|
||||
],
|
||||
},
|
||||
{
|
||||
tag: "Premium",
|
||||
price: "₹800+",
|
||||
description: "Multi-tier and specialty cakes.",
|
||||
features: [
|
||||
"Premium Ingredients",
|
||||
"Free Delivery",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Pricing"
|
||||
title="Affordable Delights"
|
||||
description="Premium quality at prices that fit your budget."
|
||||
plans={[
|
||||
{ tag: "Basic", price: "₹100 - ₹300", description: "Everyday snacks and patties.", features: ["Freshly Baked", "Hot Servings"] },
|
||||
{ tag: "Popular", price: "₹400 - ₹800", description: "Standard cake sizes for parties.", features: ["Designer Cream", "Custom Notes"] },
|
||||
{ tag: "Premium", price: "₹800+", description: "Multi-tier and specialty cakes.", features: ["Premium Ingredients", "Free Delivery"] }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Our Growth"
|
||||
title="Loved by the Community"
|
||||
description="The numbers behind our passion for baking."
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Ratings",
|
||||
value: "4.8",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Happy Guests",
|
||||
value: "155+",
|
||||
},
|
||||
{
|
||||
icon: Coffee,
|
||||
title: "Daily Items",
|
||||
value: "50+",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Growth"
|
||||
title="Loved by the Community"
|
||||
description="The numbers behind our passion for baking."
|
||||
metrics={[
|
||||
{ icon: "Star", title: "Ratings", value: "4.8" },
|
||||
{ icon: "Users", title: "Happy Guests", value: "155+" },
|
||||
{ icon: "Coffee", title: "Daily Items", value: "50+" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<div id="reviews" data-section="reviews">
|
||||
<SectionErrorBoundary name="reviews">
|
||||
<TestimonialOverlayCards
|
||||
tag="Reviews"
|
||||
title="What Our Guests Say"
|
||||
description="Authentic experiences from our beloved patrons."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Verma",
|
||||
role: "Foodie",
|
||||
company: "Local Patron",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293525.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sonia Sharma",
|
||||
role: "Baker",
|
||||
company: "Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-casual-peach-sweater-isolated-green-olive-wall-with-pink-donut-happy-copy-space_343596-5197.jpg",
|
||||
},
|
||||
{
|
||||
name: "Amit Gupta",
|
||||
role: "Customer",
|
||||
company: "Happy Guest",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
|
||||
},
|
||||
{
|
||||
name: "Priya Singh",
|
||||
role: "Blogger",
|
||||
company: "Moradabad Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24662.jpg",
|
||||
},
|
||||
{
|
||||
name: "Vikram Das",
|
||||
role: "Professional",
|
||||
company: "Loyal Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-restaurant_23-2150384832.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Reviews"
|
||||
title="What Our Guests Say"
|
||||
description="Authentic experiences from our beloved patrons."
|
||||
testimonials={[
|
||||
{ name: "Rahul Verma", role: "Foodie", company: "Local Patron", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293525.jpg" },
|
||||
{ name: "Sonia Sharma", role: "Baker", company: "Regular", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-casual-peach-sweater-isolated-green-olive-wall-with-pink-donut-happy-copy-space_343596-5197.jpg" },
|
||||
{ name: "Amit Gupta", role: "Customer", company: "Happy Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg" },
|
||||
{ name: "Priya Singh", role: "Blogger", company: "Moradabad Foodie", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24662.jpg" },
|
||||
{ name: "Vikram Das", role: "Professional", company: "Loyal Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-restaurant_23-2150384832.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Visit Us"
|
||||
text="Find us at Shop No-01, TA-13, Kanth Rd, Ashiyana Colony, Moradabad. Open daily from 8 AM."
|
||||
primaryButton={{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.app.goo.gl",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/07599001145",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Visit Us"
|
||||
text="Find us at Shop No-01, TA-13, Kanth Rd, Ashiyana Colony, Moradabad. Open daily from 8 AM."
|
||||
primaryButton={{ text: "Get Directions", href: "https://maps.app.goo.gl" }}
|
||||
secondaryButton={{ text: "WhatsApp Us", href: "https://wa.me/07599001145" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user