import React from 'react'; const guides = [ { category: 'Product Research', title: 'How To Find Winning Products', description: 'Discover practical methods to identify products with strong demand and profit potential.', image: 'https://images.unsplash.com/photo-1460925895917-afdab827c52f?q=80&w=1200&auto=format&fit=crop', accent: 'text-blue-300 bg-blue-500/10', link: '#', }, { category: 'Store Design', title: 'Build High Converting Stores', description: 'Learn how to create professional ecommerce stores that build trust and increase conversions.', image: 'https://images.unsplash.com/photo-1516321318423-f06f85e504b3?q=80&w=1200&auto=format&fit=crop', accent: 'text-purple-300 bg-purple-500/10', link: '#', }, { category: 'Marketing', title: 'Scale With Paid Advertising', description: 'Understand TikTok Ads, Facebook Ads, and modern ecommerce marketing strategies.', image: 'https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=1200&auto=format&fit=crop', accent: 'text-pink-300 bg-pink-500/10', link: '#', }, ]; const navLinks = ['Home', 'Guides', 'Marketing', 'Scaling', 'Contact']; export default function DropshippingVisionHomepage() { return (
{/* Background Glow */}
{/* Header */}

Dropshipping Vision

Start Learning
{/* Hero */}
🚀 Ecommerce Growth Guides

Learn{' '} Dropshipping {' '} The Smart Way

Practical dropshipping guides, ecommerce strategies, and real-world knowledge designed to help beginners and entrepreneurs build successful online stores.

100+

Guides & Tutorials

Beginner

Friendly Content

24/7

Learning Access

Dropshipping workspace

Featured Topic

Build Profitable Stores

{/* Featured Guides */}

Featured Learning

Popular Guides

View All Guides
{guides.map((guide) => ( ))}
{/* CTA */}

Start Your Ecommerce Learning Journey

Explore practical dropshipping guides and ecommerce strategies designed for future online entrepreneurs.

{/* Footer */}
); }