diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 8a4d09c..1a99ff2 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -5,157 +5,125 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev
import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand';
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
-import { Box, Heart, Leaf, Shield, Sparkles, XCircle, Wrench } from "lucide-react";
+import { Box, Leaf, Shield, XCircle, Tool } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ brand="Aranya Organic"
+ description="Nature's Touch for Healthy Skin & Hair. Handcrafted Organic Skincare & Haircare Products Made with Natural Ingredients."
+ primaryButton={{ text: "View Catalogue", href: "#products" }}
+ secondaryButton={{ text: "Contact Us", href: "#contact" }}
+ imageSrc="https://storage.googleapis.com/webild/users/user_3FRiiK2Ol7yOlUNV6Dd0NsbAylR/uploaded-1782044424174-vif106f9.jpg"
+ />
+
+
-
-
+
+ tag="Our Story"
+ title="Rooted in Nature, Crafted for You"
+ description="Aranya Organic was born from a passion for clean, sustainable beauty. Founded by Bhumika Gaglani and Nidhi Jani, our small-batch philosophy ensures every jar and bottle is made with care and intention, using only pure natural ingredients."
+ items={[
+ { icon: "Leaf", title: "Sustainable Practices", description: "Eco-friendly packaging and conscious sourcing." },
+ { icon: "Sparkles", title: "Small Batch", description: "Handcrafted to ensure quality and freshness." },
+ { icon: "Heart", title: "Founder Led", description: "Created by Bhumika Gaglani and Nidhi Jani." }
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/blogger-bathrobe-presenting-products_23-2148538753.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Our Products"
+ title="Explore Our Collection"
+ description="Browse our curated range of organic skincare and haircare."
+ items={[
+ { title: "Soaps", description: "Nourishing, hand-milled bars.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/rosemary-olive-oil-bottle-white-background_23-2147853681.jpg" },
+ { title: "Face Care", description: "Gentle, active botanicals.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/natural-handmade-soap-with-ingredients-light-background_185193-165785.jpg" },
+ { title: "Hair Care", description: "Strengthening oils and masks.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-spa-oils-salts_23-2148290928.jpg" },
+ { title: "Body Care", description: "Velvety smooth hydration.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brush-serum-hair-care_23-2148547406.jpg" },
+ { title: "Essential Oils", description: "Pure therapeutic grade oils.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/open-box-with-honey-pink-himalayan-salt-cotton-bud-with-cosmetics-products-concrete-black-background_23-2148087684.jpg" },
+ { title: "Gift Hampers", description: "Thoughtfully curated gifts.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-bath-concept-accessories_23-2148419404.jpg" },
+ { title: "New Arrivals", description: "Our latest nature-infused creations.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/white-face-cream-tube-beauty-product_53876-142842.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Why Us"
+ title="The Aranya Promise"
+ description="Excellence in every drop."
+ features={[
+ { icon: Leaf, title: "100% Natural", description: "Pure ingredients only." },
+ { icon: Tool, title: "Handmade", description: "Small-batch craft." },
+ { icon: Shield, title: "Cruelty-Free", description: "Never tested on animals." },
+ { icon: Box, title: "Eco-Packaging", description: "Conscious of the earth." },
+ { icon: XCircle, title: "Chemical-Free", description: "No synthetic additives." }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Testimonials"
+ title="What Our Customers Say"
+ description="Nature lovers like you."
+ testimonials={[
+ { name: "Priya S.", role: "Client", quote: "My skin has never felt healthier. Simply divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-asian-woman-portrait_23-2149032785.jpg" },
+ { name: "Anjali K.", role: "Client", quote: "Love the small batch quality. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-shaking-head_23-2147711304.jpg" },
+ { name: "Sarah W.", role: "Client", quote: "Finally found products that are truly natural.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-woman_176420-904.jpg" },
+ { name: "Elena R.", role: "Client", quote: "The gift hampers are so beautiful and natural.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg" },
+ { name: "Meera B.", role: "Client", quote: "Aranya has transformed my haircare routine.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-total-denim-outfit_23-2150105255.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Follow Us"
+ title="Latest on Instagram"
+ description="Join our community @aranyaorganic"
+ names={["@aranyaorganic", "@aranyaorganic", "@aranyaorganic", "@aranyaorganic", "@aranyaorganic", "@aranyaorganic", "@aranyaorganic"]}
+ />
+
+
-
-
+
+
-
-
+ tag="Partnership"
+ text="Join our network of resellers. Request our wholesale catalogue for bulk and customized gifting."
+ primaryButton={{ text: "Request Catalogue", href: "#contact" }}
+ secondaryButton={{ text: "WhatsApp Us", href: "https://wa.me/yournumber" }}
+ />
+
+
-
>
);
}