diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 30b2894..5eaf575 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,32 +18,16 @@ export default function HomePage() { title="Empowering Farmers with Lifestyle Excellence" description="Premium organic farming products combined with profitable business opportunities for a better tomorrow." primaryButton={{ - text: "View Products", - href: "#products", - }} + text: "View Products", href: "#products"}} secondaryButton={{ - text: "Join Business", - href: "#contact", - }} + text: "Join Business", href: "#contact"}} items={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/aerial-top-down-view-young-green-corn-crops-rows_1308-190363.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-soil-grass_23-2148858150.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-controlling-plantation_1150-10380.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/medium-view-man-reading-from-clipboard_23-2148233496.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/brown-kraft-paper-bag-mockup_187299-47007.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128729.jpg", - }, + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-top-down-view-young-green-corn-crops-rows_1308-190363.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-soil-grass_23-2148858150.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-controlling-plantation_1150-10380.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-view-man-reading-from-clipboard_23-2148233496.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/brown-kraft-paper-bag-mockup_187299-47007.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/plant-garden-still-life_23-2148128729.jpg" }, ]} /> @@ -57,20 +41,11 @@ export default function HomePage() { description="Our farming solutions go beyond the soil, providing nutrition, balance, and protection for crops to ensure higher yields and healthier harvests for every farmer." items={[ { - icon: Leaf, - title: "Organic Certified", - description: "100% natural inputs for safe and healthy produce.", - }, + icon: "Leaf", title: "Organic Certified", description: "100% natural inputs for safe and healthy produce."}, { - icon: Zap, - title: "Increased Yields", - description: "Proven results for faster and stronger plant growth.", - }, + icon: "Zap", title: "Increased Yields", description: "Proven results for faster and stronger plant growth."}, { - icon: Shield, - title: "Crop Protection", - description: "Natural resistance to pests and environmental stress.", - }, + icon: "Shield", title: "Crop Protection", description: "Natural resistance to pests and environmental stress."}, ]} imageSrc="http://img.b2bpic.net/free-photo/female-agronomist-with-tablet-field_342744-2.jpg" /> @@ -84,48 +59,13 @@ export default function HomePage() { title="High Performance Farming Essentials" description="Explore our catalog of effective agricultural solutions." items={[ - { - title: "Bhuastra Super", - description: "2kg organic soil health enhancer.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/white-packaging-bag-isolated-white-background_187299-47138.jpg", - }, - { - title: "Mi Spray Plus", - description: "100ml sticker, spreader, and activator.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-white-can_23-2148233415.jpg", - }, - { - title: "Grow Magic", - description: "100gms growth formula.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-detergent-bottle-park_23-2148214480.jpg", - }, - { - title: "Modiphy", - description: "250ml pH balancing agent.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/frame-with-fresh-vegetables_23-2147681612.jpg", - }, - { - title: "Mi Proud", - description: "250ml crop nutrition.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-soil-grass_23-2148858144.jpg", - }, - { - title: "Mi Citra", - description: "250ml immunity modulator.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39470.jpg", - }, - { - title: "Y-Ras Plus", - description: "250ml premium crop support.", - href: "#", - imageSrc: "http://img.b2bpic.net/free-photo/table-with-green-vegetables-old-book_1112-357.jpg", - }, + { title: "Bhuastra Super", description: "2kg organic soil health enhancer.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/white-packaging-bag-isolated-white-background_187299-47138.jpg" }, + { title: "Mi Spray Plus", description: "100ml sticker, spreader, and activator.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-holding-white-can_23-2148233415.jpg" }, + { title: "Grow Magic", description: "100gms growth formula.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-hand-holding-detergent-bottle-park_23-2148214480.jpg" }, + { title: "Modiphy", description: "250ml pH balancing agent.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/frame-with-fresh-vegetables_23-2147681612.jpg" }, + { title: "Mi Proud", description: "250ml crop nutrition.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/close-up-natural-soil-grass_23-2148858144.jpg" }, + { title: "Mi Citra", description: "250ml immunity modulator.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/gardening-summer-woman-watering-flowers-with-watering-can-girl-wearing-hat_1157-39470.jpg" }, + { title: "Y-Ras Plus", description: "250ml premium crop support.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/table-with-green-vegetables-old-book_1112-357.jpg" }, ]} /> @@ -138,18 +78,9 @@ export default function HomePage() { title="Changing Farming Lives" description="We are proud to serve thousands of happy farming families." metrics={[ - { - value: "10K+", - description: "Satisfied Farmers", - }, - { - value: "50+", - description: "Certified Products", - }, - { - value: "95%", - description: "Yield Improvement", - }, + { value: "10K+", description: "Satisfied Farmers" }, + { value: "50+", description: "Certified Products" }, + { value: "95%", description: "Yield Improvement" }, ]} /> @@ -160,42 +91,23 @@ export default function HomePage() { @@ -209,29 +121,19 @@ export default function HomePage() { description="Common queries about our farming products and business opportunity." categories={[ { - name: "Products", - items: [ + name: "Products", items: [ { - question: "Are the products organic?", - answer: "Yes, our products are eco-friendly and organic-certified.", - }, + question: "Are the products organic?", answer: "Yes, our products are eco-friendly and organic-certified."}, { - question: "How do I apply them?", - answer: "Each product comes with specific dosage and application guidelines.", - }, + question: "How do I apply them?", answer: "Each product comes with specific dosage and application guidelines."}, ], }, { - name: "Business", - items: [ + name: "Business", items: [ { - question: "How to join?", - answer: "Register with our distributors to gain business benefits.", - }, + question: "How to join?", answer: "Register with our distributors to gain business benefits."}, { - question: "Is it profitable?", - answer: "Yes, our distributors enjoy excellent margins and business opportunity.", - }, + question: "Is it profitable?", answer: "Yes, our distributors enjoy excellent margins and business opportunity."}, ], }, ]} @@ -245,13 +147,9 @@ export default function HomePage() { tag="Get Started" text="Start your journey with Mi Lifestyle today and secure your farming future." primaryButton={{ - text: "Contact Distributor", - href: "#", - }} + text: "Contact Distributor", href: "#"}} secondaryButton={{ - text: "Business Opportunity", - href: "#", - }} + text: "Business Opportunity", href: "#"}} />