From 1d94173b43f6779e838325c9945b6b10048f0bc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 20:55:42 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 413 +++++++++++++---------------------------- 1 file changed, 133 insertions(+), 280 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ae2d34e..be91213 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -12,301 +12,154 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ 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" + /> +
+
-
- +
+ - -
+ 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" + /> +
+
-
- +
+ - -
+ 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"], + }, + ]} + /> +
+
- -
- +
+ - -
+ 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"] } + ]} + /> +
+
-
- +
+ - -
+ 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+" } + ]} + /> +
+
-
- +
+ - -
+ 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" } + ]} + /> +
+
-
- +
+ - -
+ 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" }} + /> +
+
); } -- 2.49.1