diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 25328e0..0c31a6d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -18,14 +18,10 @@ export default function HomePage() { title="Your Premium Shopping Destination" description="Discover curated products from top sellers worldwide. Start selling or shopping with the ultimate marketplace experience." primaryButton={{ - text: "Start Selling", - href: "#contact", - }} + text: "Start Selling", href: "#contact"}} secondaryButton={{ - text: "Browse Products", - href: "#products", - }} - imageSrc="http://img.b2bpic.net/free-photo/beauty-shopping-concept-beautiful-stylish-woman-winking-showing-smartphone-screen-bag-bu_1258-155778.jpg?_wi=1" + text: "Browse Products", href: "#products"}} + imageSrc="http://img.b2bpic.net/free-photo/beauty-shopping-concept-beautiful-stylish-woman-winking-showing-smartphone-screen-bag-bu_1258-155778.jpg" /> @@ -39,29 +35,19 @@ export default function HomePage() { features={[ { icon: Smartphone, - title: "Electronics", - description: "Latest tech and gadgets", - }, + title: "Electronics", description: "Latest tech and gadgets"}, { icon: ShoppingBag, - title: "Fashion", - description: "Premium apparel and accessories", - }, + title: "Fashion", description: "Premium apparel and accessories"}, { icon: Home, - title: "Home & Living", - description: "Elevate your living space", - }, + title: "Home & Living", description: "Elevate your living space"}, { icon: Sparkles, - title: "Beauty", - description: "Carefully curated beauty items", - }, + title: "Beauty", description: "Carefully curated beauty items"}, { icon: Activity, - title: "Sports", - description: "Top quality fitness gear", - }, + title: "Sports", description: "Top quality fitness gear"}, ]} /> @@ -75,40 +61,19 @@ export default function HomePage() { description="Our most popular items chosen by the MarketHub community." items={[ { - title: "Pro Gadget", - description: "High performance tech", - imageSrc: "http://img.b2bpic.net/free-photo/film-cartridges-near-cameras_23-2147852546.jpg", - }, + title: "Pro Gadget", description: "High performance tech", imageSrc: "http://img.b2bpic.net/free-photo/film-cartridges-near-cameras_23-2147852546.jpg"}, { - title: "Leather Bag", - description: "Premium craft", - imageSrc: "http://img.b2bpic.net/free-photo/brown-glass-dropper-bottle-with-white-box-product-mockup_53876-143026.jpg", - }, + title: "Leather Bag", description: "Premium craft", imageSrc: "http://img.b2bpic.net/free-photo/brown-glass-dropper-bottle-with-white-box-product-mockup_53876-143026.jpg"}, { - title: "Modern Chair", - description: "Ergonomic design", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-tablet-couch_23-2149403360.jpg", - }, + title: "Modern Chair", description: "Ergonomic design", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-with-tablet-couch_23-2149403360.jpg"}, { - title: "Natural Serum", - description: "Pure beauty", - imageSrc: "http://img.b2bpic.net/free-photo/mysterious-woman-posing-indoors-side-view_23-2149551261.jpg", - }, + title: "Natural Serum", description: "Pure beauty", imageSrc: "http://img.b2bpic.net/free-photo/mysterious-woman-posing-indoors-side-view_23-2149551261.jpg"}, { - title: "Training Set", - description: "Fitness gear", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-gym-gloves-sneakers_23-2148523323.jpg", - }, + title: "Training Set", description: "Fitness gear", imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-gym-gloves-sneakers_23-2148523323.jpg"}, { - title: "Wireless Audio", - description: "Clear sound", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg", - }, + title: "Wireless Audio", description: "Clear sound", imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-simulator-with-laptop_23-2148912818.jpg"}, { - title: "Travel Gear", - description: "Durable pack", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197542.jpg", - }, + title: "Travel Gear", description: "Durable pack", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sant-jordi-day-books-roses_23-2151197542.jpg"}, ]} /> @@ -122,29 +87,14 @@ export default function HomePage() { description="Connect with elite creators and vendors who provide the highest standard of service." groups={[ { - title: "Verified Vendors", - members: [ + title: "Verified Vendors", members: [ { - name: "Elena Tech", - role: "Electronics Expert", - detail: "1200+ sales, 5-star rating", - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", - }, + name: "Elena Tech", role: "Electronics Expert", detail: "1200+ sales, 5-star rating", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg"}, { - name: "Urban Wear", - role: "Fashion Leader", - detail: "900+ sales, 4.9 rating", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", - }, + name: "Urban Wear", role: "Fashion Leader", detail: "900+ sales, 4.9 rating", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg"}, { - name: "Green Living", - role: "Home Stylist", - detail: "750+ sales, 4.9 rating", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", - }, + name: "Green Living", role: "Home Stylist", detail: "750+ sales, 4.9 rating", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/beauty-shopping-concept-beautiful-stylish-woman-winking-showing-smartphone-screen-bag-bu_1258-155778.jpg?_wi=2", - imageAlt: "happy customer portrait", }, ]} /> @@ -159,20 +109,11 @@ export default function HomePage() { description="Seamless transactions for sellers and buyers, backed by our secure infrastructure." items={[ { - icon: Upload, - title: "Upload Product", - description: "Create your listing in seconds", - }, + icon: "Upload", title: "Upload Product", description: "Create your listing in seconds"}, { - icon: ShoppingCart, - title: "Customer Purchase", - description: "Secure payment processing", - }, + icon: "ShoppingCart", title: "Customer Purchase", description: "Secure payment processing"}, { - icon: CheckCircle, - title: "Payment Received", - description: "Funds released to seller dashboard", - }, + icon: "CheckCircle", title: "Payment Received", description: "Funds released to seller dashboard"}, ]} imageSrc="http://img.b2bpic.net/free-photo/image-spring-discount-sale-season-sale_185193-109576.jpg" /> @@ -187,35 +128,15 @@ export default function HomePage() { description="Join thousands of satisfied shoppers who trust MarketHub for their premium shopping needs." testimonials={[ { - name: "Sarah J.", - role: "Verified Buyer", - quote: "The best platform for premium electronics, always fast shipping.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg", - }, + name: "Sarah J.", role: "Verified Buyer", quote: "The best platform for premium electronics, always fast shipping.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg"}, { - name: "Marcus V.", - role: "Vendor", - quote: "MarketHub has helped my store grow by 300% in six months.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - }, + name: "Marcus V.", role: "Vendor", quote: "MarketHub has helped my store grow by 300% in six months.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"}, { - name: "Olivia T.", - role: "Verified Buyer", - quote: "Exquisite quality and the interface is so clean. Love it!", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", - }, + name: "Olivia T.", role: "Verified Buyer", quote: "Exquisite quality and the interface is so clean. Love it!", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg"}, { - name: "David W.", - role: "Vendor", - quote: "Very reliable platform, payouts are always on time.", - imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg", - }, + name: "David W.", role: "Vendor", quote: "Very reliable platform, payouts are always on time.", imageSrc: "http://img.b2bpic.net/free-photo/thrilled-confident-manager-business-attire-celebrates-victorious-milestone_482257-111932.jpg"}, { - name: "Emily P.", - role: "Verified Buyer", - quote: "Found the exact furniture piece I was looking for. Perfect.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg", - }, + name: "Emily P.", role: "Verified Buyer", quote: "Found the exact furniture piece I was looking for. Perfect.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg"}, ]} /> @@ -227,13 +148,9 @@ export default function HomePage() { tag="Start Your Journey" text="Join our newsletter for exclusive offers and updates." primaryButton={{ - text: "Subscribe Now", - href: "#", - }} + text: "Subscribe Now", href: "#"}} secondaryButton={{ - text: "Contact Support", - href: "#", - }} + text: "Contact Support", href: "#"}} />