Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 35 additions & 19 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
MIT License
export default function Home() {
return (
<main>
<section className="hero text-center py-16 bg-gray-50">
<h1 className="text-4xl font-bold text-gray-800">
Your Trusted Partner for Tax, Accounting & Insurance Solutions
</h1>
<p className="mt-4 text-lg text-gray-600">
Helping individuals and businesses stay compliant, save money, and stay protected — all in one place.
</p>
<a
href="/contact"
className="mt-6 inline-block bg-blue-600 text-white px-6 py-3 rounded-lg hover:bg-blue-700"
>
Book Your Free Consultation
</a>
<div className="mt-6 text-gray-700">
📞 8890449910 / 9116111636 <br />
📧 [email protected]
</div>
</section>

Copyright (c) 2025 netlify-templates
<section className="services py-12 max-w-5xl mx-auto">
<h2 className="text-2xl font-semibold mb-6">What We Offer</h2>
<ul className="grid grid-cols-1 md:grid-cols-2 gap-6">
<li className="p-4 border rounded">GST Registration & Filing</li>
<li className="p-4 border rounded">Income Tax Filing</li>
<li className="p-4 border rounded">Accounting & Bookkeeping</li>
<li className="p-4 border rounded">Company Incorporation</li>
<li className="p-4 border rounded">Compliance Advisory</li>
<li className="p-4 border rounded">Life, Health, Motor & Business Insurance</li>
</ul>
</section>
</main>
);
}

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.