import React, { useMemo, useState } from "react"; // One-file personal website for Sanjay Nigam // ✅ React + TailwindCSS // ✅ Mobile-first, elegant, fast // ✅ Swap text in the profile object const profile = { name: "Sanjay Nigam", tagline: "Builder • Investor • Storyteller", elevator: "Founder of the Fashion Entrepreneur Fund (FEF). Championing India's ignored heroes — karigars, creators, and founders — and building a $10B+ fashion & entrepreneurship ecosystem.", headshot: null, // drop an image URL when ready email: "sanjaynigamoffice@gmail.com", location: "New Delhi, India", socials: [ { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "YouTube", href: "#" }, { label: "X / Twitter", href: "#" }, ], highlight_metrics: [ { k: "₹540 Cr+", v: "Current Group Valuation (FEF)" }, { k: "₹250 Cr+", v: "Portfolio Turnover" }, { k: "40 Cr", v: "On-screen Funding (PTGR)" }, { k: "10B+", v: "Ecosystem Vision (USD)" }, ], ventures: [ { name: "Fashion Entrepreneur Fund (FEF)", role: "Founder", blurb: "India's first fund designed to back the builders of fashion & allied industries — from artisans to D2C brands to fashion-tech.", ctas: [ { label: "Explore FEF", href: "#" }, { label: "Apply for Funding", href: "#apply" }, ], }, { name: "Pitch To Get Rich (PTGR)", role: "Creator & Host (with Dharmatic)", blurb: "A world-class funding show where real founders meet real capital and mentorship.", ctas: [ { label: "Watch Trailer", href: "#ptgr" }, { label: "Be a Partner", href: "#partners" }, ], }, { name: "Rentify", role: "Founder", blurb: "India's first landlord & property review platform bringing rental transparency for homes, shops, and commercial spaces.", ctas: [{ label: "See the Vision", href: "#rentify" }], }, ], speaking: { blurb: "I speak about creative economies, building movements, funding reality vs perception, and the discipline behind overnight success.", topics: [ "From Grit to Scale: India’s Creative Economy", "The Ignored Heroes: Karigars, Creators & Founders", "Show, Don't Show Off: Social Media as a Learning Tool", "Raising Capital without Losing Your Soul", ], cta: { label: "Book Me for a Talk", href: "#contact" }, }, book: { title: "Mental Masturbation", line: "A contemporary fiction exploring ambition, identity, and the chaos of modern hustle.", status: "Upcoming", }, press: [ { outlet: "Press/Media Kit", summary: "Download headshots, bios, and brand assets.", href: "#presskit", }, { outlet: "Interviews", summary: "Long-form conversations on building FEF, PTGR, and the 'Most Ignored Man' narrative.", href: "#interviews", }, { outlet: "Speaking", summary: "Keynotes at universities, industry forums, and startup summits.", href: "#speaking", }, ], }; function cx(...s) { return s.filter(Boolean).join(" "); } function Pill({ children }) { return ( {children} ); } function Stat({ k, v }) { return (
{profile.elevator}
Real founders. Real money. Real mentorship. Built with Dharmatic Entertainment — proudly from India.
Watch Trailer{profile.book.line}
For keynotes, fireside chats, media, or brand partnerships, share your brief and dates.
Send Brief