export default function App() { return (
{/* Header */}
{/* Hero Section */}
Welcome to Jerry Thongni’s Site
My personal platform where I share ways to make money, build income, and achieve financial freedom.
Start Earning
{/* Features Section */}
I share tested methods and platforms I personally use to generate income online.
From investments to side hustles, explore strategies that work for me and can work for you.
Financial freedom and independence are possible — I’m here to show you how I do it.
{/* Premium Section */}
Unlock exclusive money-making strategies and guides.
Scan the QR code below to upgrade to premium.
Scan with any UPI app to pay via Google Pay.
{/* Contact Section */}
Want to learn directly from me? Reach out and let’s connect.
<textarea placeholder="Your Message" rows="4" className="p-3 rounded-lg border border-gray-300"></textarea>
Send Message
{/* Thank You Section */}
Your payment has been received. You now have access to premium content and strategies.
Stay tuned for exclusive updates directly from me.
{/* Footer */}
© {new Date().getFullYear()} Jerry Thongni. All rights reserved.
); }