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" }
+ ]}
+ />
+
+
-
>
);
}