// Home page — all sections + App const { Button, Card, Badge, Tag, Accordion } = window.KrystalDesignSystem_a15719; /* ---------------- HERO ---------------- */ function Hero() { const scrollY = useParallax(); return (
{/* brand gradient blob */}
Available for freelance & full-time

I design bold brands
& build fast
websites.

I'm Sohail Merchant — a graphic designer, UI/UX designer & web developer in {window.SITE.city}. I turn ambitious ideas into striking visual identities and high-performing responsive websites.

{[['8', '+', 'Years experience'], ['180', '+', 'Projects shipped'], ['70', '+', 'Happy clients']].map(([n, s, l]) => (
{l}
))}
{/* portrait panel */}
{/* portrait placeholder */}
Replace with your photo
{/* floating chips */}
Brand identity
Logos & systems
Web dev
Fast & responsive
); } /* ---------------- TOOLS marquee ---------------- */ function Tools() { const tools = [ ['Adobe Photoshop', 'image'], ['Adobe Illustrator', 'pen-tool'], ['Adobe Premiere Pro', 'clapperboard'], ['CorelDRAW', 'shapes'], ['Canva', 'layout-template'], ['CrazyTalk', 'smile'], ]; const row = [...tools, ...tools]; return (
Tools I work in daily
{row.map(([name, icon], i) => (
{name}
))}
); } /* ---------------- ABOUT teaser ---------------- */ function AboutTeaser() { return (
Workspace / process photo placeholder

For over eight years I've helped startups and established brands look sharp and perform brilliantly. As a branding specialist and responsive website designer, I bridge the gap between beautiful design and clean, fast code.

I obsess over the details others skip — kerning, load time, and the tiny interactions that make a product feel alive. That's the difference between a design that looks good and one that works.

); } /* ---------------- SKILLS ---------------- */ function Skills() { const groups = [ { icon: 'palette', title: 'Graphic Design', desc: 'Logos, brand identity systems, print & packaging, social creatives.', skills: ['Logo design', 'Brand identity', 'Print & packaging', 'Illustration'] }, { icon: 'layout-dashboard', title: 'UI/UX Design', desc: 'Research-led interfaces, wireframes, prototypes, design systems.', skills: ['Wireframing', 'Prototyping', 'Design systems', 'User flows'] }, { icon: 'code-2', title: 'Web Development', desc: 'Responsive, accessible, SEO-friendly front-ends that load fast.', skills: ['HTML/CSS/JS', 'Responsive UI', 'WordPress', 'Performance'] }, { icon: 'megaphone', title: 'Digital Marketing', desc: 'Campaigns, SEO strategy and content that actually converts.', skills: ['SEO strategy', 'Social campaigns', 'Content', 'Analytics'] }, ]; return (
{groups.map((g, i) => (

{g.title}

{g.desc}

{g.skills.map(s => {s})}
))}
); } /* ---------------- SERVICES ---------------- */ function Services() { const services = [ { icon: 'sparkles', title: 'Brand identity & logo design', desc: 'A distinctive logo and full identity system — colors, type, and guidelines your team can run with.' }, { icon: 'monitor-smartphone', title: 'Responsive web design & development', desc: 'Mobile-first websites that look premium and load in the blink of an eye across every device.' }, { icon: 'figma', title: 'UI/UX design', desc: 'Intuitive product interfaces backed by research, wireframes, and clickable prototypes.' }, { icon: 'video', title: 'Video editing & motion', desc: 'Promo edits, reels and motion graphics in Premiere Pro and CrazyTalk that grab attention.' }, { icon: 'trending-up', title: 'Digital marketing & SEO', desc: 'Search-optimized content and campaigns engineered to grow reach and conversions.' }, { icon: 'printer', title: 'Print & packaging', desc: 'Brochures, packaging, and marketing collateral prepped and press-ready.' }, ]; return (
{services.map((s, i) => (

{s.title}

{s.desc}

))}
); } /* ---------------- TESTIMONIALS ---------------- */ function Testimonials() { const items = [ { q: "Sohail rebranded our studio top to bottom. The new identity and website doubled our enquiries in three months.", n: 'Aisha Kapoor', r: 'Founder, Lumen Interiors' }, { q: "Rare to find someone equally strong in design and code. He delivered a pixel-perfect, lightning-fast site.", n: 'Rahul Desai', r: 'CEO, NorthStar Fintech' }, { q: "Professional, fast, and endlessly creative. Our packaging finally looks like the premium product it is.", n: 'Meera Shah', r: 'Marketing Lead, Verdant Foods' }, ]; return (
{items.map((t, i) => (
{[0,1,2,3,4].map(k => )}

"{t.q}"

{t.n[0]}
{t.n}
{t.r}
))}
); } /* ---------------- FAQ ---------------- */ const FAQ_ITEMS = [ { title: 'What services does Sohail Merchant offer?', content: "I offer graphic design, logo and brand identity design, UI/UX design, responsive web development, video editing, and digital marketing & SEO — all from Vadodara, India, for clients worldwide." }, { title: 'How much does a project cost?', content: 'Every project is scoped individually. Logo and branding packages start small; full websites are quoted based on pages, features, and timeline. Share your brief on the contact page for a tailored quote.' }, { title: 'How long does a typical website take?', content: 'A focused marketing site usually takes 2–4 weeks from kickoff to launch, depending on content readiness and revision rounds. Branding projects run 1–3 weeks.' }, { title: 'Do you work with clients outside Vadodara or India?', content: 'Absolutely. I collaborate remotely with clients across the globe and am comfortable working across time zones over email, call, and shared design tools.' }, { title: 'Will my website be SEO and mobile friendly?', content: 'Yes — every site I build is mobile-first, accessible, and optimized for Core Web Vitals and modern (including AI-powered) search from day one.' }, ]; function FAQSection() { return (
); } /* ---------------- CTA strip ---------------- */ function CTAStrip() { return (

Have a project in mind?

Let's turn it into something people remember. Tell me about your brand and goals — I'll reply within a day.

{window.SITE.email}
); } /* ---------------- App ---------------- */ function App() { useReveal(); React.useEffect(() => { window.refreshIcons(); }); return (