Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-10 06:16:40 +00:00
3 changed files with 74 additions and 248 deletions

View File

@@ -16,7 +16,7 @@ export default function BlogPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -41,7 +41,7 @@ export default function BlogPage() {
title="Finance & Tax Insights"
description="Stay updated with the latest tax regulations, financial tips, and industry insights from our expert team."
tag="Blog"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Browse Articles", href: "#" },
{ text: "Subscribe", href: "contact" },
@@ -49,29 +49,19 @@ export default function BlogPage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg?_wi=2",
imageAlt: "Tax planning calculation financial advisor",
},
"http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Tax planning calculation financial advisor"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg?_wi=2",
imageAlt: "financial dashboard analysis professional",
},
"http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg", imageAlt: "financial dashboard analysis professional"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg?_wi=2",
imageAlt: "business meeting professional team collaboration",
},
"http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg", imageAlt: "business meeting professional team collaboration"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg?_wi=2",
imageAlt: "audit compliance checking documents verification",
},
"http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg", imageAlt: "audit compliance checking documents verification"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg?_wi=2",
imageAlt: "financial advisor consultant giving advice",
},
"http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg", imageAlt: "financial advisor consultant giving advice"},
]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
@@ -83,30 +73,21 @@ export default function BlogPage() {
title="Popular Tax Guides"
description="Explore our comprehensive guides on tax planning, compliance requirements, and financial strategies for businesses and individuals."
tag="Resources"
imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg"
imageAlt="Professional office environment workspace modern"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="left"
accordionItems={[
{
id: "1",
title: "Complete Guide to GST Compliance in 2025",
content:
"Learn everything about GST registration, filing requirements, and compliance deadlines. This comprehensive guide covers new regulations and compliance checklist for businesses of all sizes.",
},
id: "1", title: "Complete Guide to GST Compliance in 2025", content:
"Learn everything about GST registration, filing requirements, and compliance deadlines. This comprehensive guide covers new regulations and compliance checklist for businesses of all sizes."},
{
id: "2",
title: "Income Tax Planning for Entrepreneurs",
content:
"Discover effective tax-saving strategies for business owners. From section 80C benefits to business expense deductions, optimize your tax liability and maximize returns.",
},
id: "2", title: "Income Tax Planning for Entrepreneurs", content:
"Discover effective tax-saving strategies for business owners. From section 80C benefits to business expense deductions, optimize your tax liability and maximize returns."},
{
id: "3",
title: "Startup Compliance Roadmap",
content:
"A step-by-step guide for new entrepreneurs on company registration, tax registration, compliance requirements, and financial management practices.",
},
id: "3", title: "Startup Compliance Roadmap", content:
"A step-by-step guide for new entrepreneurs on company registration, tax registration, compliance requirements, and financial management practices."},
]}
buttons={[{ text: "Read All Articles", href: "#" }]}
buttonAnimation="slide-up"
@@ -134,8 +115,7 @@ export default function BlogPage() {
copyrightText="© 2025 Business Tax N All Private Limited. All rights reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -143,8 +123,7 @@ export default function BlogPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Income Tax Filing", href: "/services" },
{ label: "GST Compliance", href: "/services" },
{ label: "Company Registration", href: "/services" },
@@ -152,8 +131,7 @@ export default function BlogPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 91300 33385", href: "tel:+919130033385" },
{ label: "Contact Form", href: "/contact" },
{ label: "Pune, Maharashtra", href: "#" },

View File

@@ -23,8 +23,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -32,8 +31,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Income Tax Filing", href: "/services" },
{ label: "GST Compliance", href: "/services" },
{ label: "Company Registration", href: "/services" },
@@ -41,8 +39,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 91300 33385", href: "tel:+919130033385" },
{ label: "Contact Form", href: "/contact" },
{ label: "Pune, Maharashtra", href: "#" },
@@ -58,7 +55,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -69,9 +66,7 @@ export default function ContactPage() {
brandName="Business Tax N All"
navItems={navItems}
button={{
text: "Book Consultation",
href: "/contact",
}}
text: "Book Consultation", href: "/contact"}}
/>
</div>
@@ -81,32 +76,22 @@ export default function ContactPage() {
description="Expert guidance for individuals, businesses, and startups. We simplify taxation, compliance, and financial planning with professional expertise and personalized service."
tag="5.0 ⭐ Google Rated"
tagIcon={Star}
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Book Consultation", href: "/contact" },
{ text: "Learn Services", href: "/services" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg?_wi=3",
imageAlt: "Finance Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg", imageAlt: "Finance Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg?_wi=3",
imageAlt: "Tax Planning",
},
imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Tax Planning"},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg?_wi=3",
imageAlt: "Business Meeting",
},
imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg", imageAlt: "Business Meeting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg?_wi=3",
imageAlt: "Compliance Audit",
},
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg", imageAlt: "Compliance Audit"},
{
imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg?_wi=3",
imageAlt: "Financial Advisory",
},
imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg", imageAlt: "Financial Advisory"},
]}
tagAnimation="slide-up"
buttonAnimation="slide-up"
@@ -117,10 +102,7 @@ export default function ContactPage() {
<TextSplitAbout
title="About Business Tax N All"
description={[
"Business Tax N All Private Limited is a premier finance and tax consultancy firm based in Pune, Maharashtra, India. With a commitment to excellence and client satisfaction, we provide comprehensive solutions for taxation, accounting, compliance, and financial advisory services.",
"Our team of experienced professionals brings deep expertise in income tax planning, GST compliance, company registration, startup consultancy, and audit services. We pride ourselves on delivering prompt, professional, and personalized service to every client, regardless of business size or complexity.",
"At our core, we believe in building long-term relationships with our clients through transparency, reliability, and expert guidance that drives business growth and financial security.",
]}
"Business Tax N All Private Limited is a premier finance and tax consultancy firm based in Pune, Maharashtra, India. With a commitment to excellence and client satisfaction, we provide comprehensive solutions for taxation, accounting, compliance, and financial advisory services.", "Our team of experienced professionals brings deep expertise in income tax planning, GST compliance, company registration, startup consultancy, and audit services. We pride ourselves on delivering prompt, professional, and personalized service to every client, regardless of business size or complexity.", "At our core, we believe in building long-term relationships with our clients through transparency, reliability, and expert guidance that drives business growth and financial security."]}
buttons={[{ text: "Meet Our Team", href: "/about" }]}
showBorder={true}
useInvertedBackground={false}
@@ -134,42 +116,24 @@ export default function ContactPage() {
description="Comprehensive taxation, compliance, and financial advisory solutions tailored to meet the unique needs of individuals, businesses, and startups in India."
tag="Services"
tagIcon={Briefcase}
imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg"
imageAlt="Our Services"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="right"
accordionItems={[
{
id: "1",
title: "Income Tax Filing & Planning",
content: "Professional income tax return preparation and strategic tax planning to minimize liabilities and maximize benefits. We handle individual and business returns with meticulous attention to compliance.",
},
id: "1", title: "Income Tax Filing & Planning", content: "Professional income tax return preparation and strategic tax planning to minimize liabilities and maximize benefits. We handle individual and business returns with meticulous attention to compliance."},
{
id: "2",
title: "GST Registration & Filing",
content: "Complete GST consultation, registration, and timely filing services. We ensure your business stays compliant with all GST regulations while optimizing input credit benefits.",
},
id: "2", title: "GST Registration & Filing", content: "Complete GST consultation, registration, and timely filing services. We ensure your business stays compliant with all GST regulations while optimizing input credit benefits."},
{
id: "3",
title: "Company Registration & Compliance",
content: "Hassle-free company registration, annual compliance, board meetings, and statutory filings. We handle all regulatory requirements so you can focus on growing your business.",
},
id: "3", title: "Company Registration & Compliance", content: "Hassle-free company registration, annual compliance, board meetings, and statutory filings. We handle all regulatory requirements so you can focus on growing your business."},
{
id: "4",
title: "Accounting & Bookkeeping",
content: "Professional accounting services including journal entries, ledger maintenance, financial statement preparation, and bookkeeping for businesses of all sizes.",
},
id: "4", title: "Accounting & Bookkeeping", content: "Professional accounting services including journal entries, ledger maintenance, financial statement preparation, and bookkeeping for businesses of all sizes."},
{
id: "5",
title: "Audit & Financial Advisory",
content: "Comprehensive statutory and internal audit services combined with expert financial advisory to strengthen your business financial position and compliance framework.",
},
id: "5", title: "Audit & Financial Advisory", content: "Comprehensive statutory and internal audit services combined with expert financial advisory to strengthen your business financial position and compliance framework."},
{
id: "6",
title: "Startup Consultancy",
content: "End-to-end support for startups including business structure advice, compliance roadmap, tax planning, and financial management for new ventures.",
},
id: "6", title: "Startup Consultancy", content: "End-to-end support for startups including business structure advice, compliance roadmap, tax planning, and financial management for new ventures."},
]}
buttons={[{ text: "Explore All Services", href: "/services" }]}
buttonAnimation="slide-up"
@@ -188,36 +152,16 @@ export default function ContactPage() {
animationType="slide-up"
metrics={[
{
id: "1",
title: "Expert Team",
subtitle: "Certified Tax Professionals",
category: "Credentials",
value: "Highly Qualified",
buttons: [{ text: "View Team", href: "/about" }],
id: "1", title: "Expert Team", subtitle: "Certified Tax Professionals", category: "Credentials", value: "Highly Qualified", buttons: [{ text: "View Team", href: "/about" }],
},
{
id: "2",
title: "Fast Response Time",
subtitle: "Dedicated Client Support",
category: "Service",
value: "24-48 Hours",
buttons: [{ text: "Contact Now", href: "/contact" }],
id: "2", title: "Fast Response Time", subtitle: "Dedicated Client Support", category: "Service", value: "24-48 Hours", buttons: [{ text: "Contact Now", href: "/contact" }],
},
{
id: "3",
title: "5.0 Star Rating",
subtitle: "Google Reviews",
category: "Rating",
value: "100% Satisfied",
buttons: [{ text: "See Reviews", href: "#testimonials" }],
id: "3", title: "5.0 Star Rating", subtitle: "Google Reviews", category: "Rating", value: "100% Satisfied", buttons: [{ text: "See Reviews", href: "#testimonials" }],
},
{
id: "4",
title: "Customized Solutions",
subtitle: "Personalized Service",
category: "Approach",
value: "Tailored Plans",
buttons: [{ text: "Book Consultation", href: "/contact" }],
id: "4", title: "Customized Solutions", subtitle: "Personalized Service", category: "Approach", value: "Tailored Plans", buttons: [{ text: "Book Consultation", href: "/contact" }],
},
]}
tagAnimation="slide-up"
@@ -229,41 +173,17 @@ export default function ContactPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Priya Deshmukh",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=3",
imageAlt: "Priya Deshmukh",
},
id: "1", name: "Priya Deshmukh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "Priya Deshmukh"},
{
id: "2",
name: "Rajesh Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=3",
imageAlt: "Rajesh Kumar",
},
id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg", imageAlt: "Rajesh Kumar"},
{
id: "3",
name: "Anuja Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg?_wi=3",
imageAlt: "Anuja Sharma",
},
id: "3", name: "Anuja Sharma", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg", imageAlt: "Anuja Sharma"},
{
id: "4",
name: "Vikram Patel",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hands-hip-confident-proud-friendly-attitude_1194-632574.jpg?_wi=3",
imageAlt: "Vikram Patel",
},
id: "4", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hands-hip-confident-proud-friendly-attitude_1194-632574.jpg", imageAlt: "Vikram Patel"},
{
id: "5",
name: "Deepa Singh",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2",
imageAlt: "Deepa Singh",
},
id: "5", name: "Deepa Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Deepa Singh"},
{
id: "6",
name: "Anil Joshi",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2",
imageAlt: "Anil Joshi",
},
id: "6", name: "Anil Joshi", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "Anil Joshi"},
]}
cardTitle="Trusted by Hundreds of Satisfied Clients"
cardTag="See What Our Clients Say"

View File

@@ -36,7 +36,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
@@ -57,7 +57,7 @@ export default function HomePage() {
tag="5.0 ⭐ Google Rated"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "animated-grid" }}
buttons={[
{ text: "Book Consultation", href: "contact" },
{ text: "Learn Services", href: "services" },
@@ -65,25 +65,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg?_wi=1",
imageAlt: "Finance Dashboard",
},
imageSrc: "http://img.b2bpic.net/free-photo/business-coworkers-paper-partnership-gesture-meeting_1418-590.jpg", imageAlt: "Finance Dashboard"},
{
imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg?_wi=1",
imageAlt: "Tax Planning",
},
imageSrc: "http://img.b2bpic.net/free-photo/calculator-magnifying-glass-table_93675-135731.jpg", imageAlt: "Tax Planning"},
{
imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg?_wi=1",
imageAlt: "Business Meeting",
},
imageSrc: "http://img.b2bpic.net/free-photo/group-call-center-workers-smiling-happy-confident-working-together-with-smile-face-using-headset-office_839833-9702.jpg", imageAlt: "Business Meeting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg?_wi=1",
imageAlt: "Compliance Audit",
},
imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit-international-partners-young-guys-with-senior-man_1157-45579.jpg", imageAlt: "Compliance Audit"},
{
imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg?_wi=1",
imageAlt: "Financial Advisory",
},
imageSrc: "http://img.b2bpic.net/free-photo/meeting-business-executives_1098-16498.jpg", imageAlt: "Financial Advisory"},
]}
/>
</div>
@@ -92,10 +82,7 @@ export default function HomePage() {
<TextSplitAbout
title="About Business Tax N All"
description={[
"Business Tax N All Private Limited is a premier finance and tax consultancy firm based in Pune, Maharashtra, India. With a commitment to excellence and client satisfaction, we provide comprehensive solutions for taxation, accounting, compliance, and financial advisory services.",
"Our team of experienced professionals brings deep expertise in income tax planning, GST compliance, company registration, startup consultancy, and audit services. We pride ourselves on delivering prompt, professional, and personalized service to every client, regardless of business size or complexity.",
"At our core, we believe in building long-term relationships with our clients through transparency, reliability, and expert guidance that drives business growth and financial security.",
]}
"Business Tax N All Private Limited is a premier finance and tax consultancy firm based in Pune, Maharashtra, India. With a commitment to excellence and client satisfaction, we provide comprehensive solutions for taxation, accounting, compliance, and financial advisory services.", "Our team of experienced professionals brings deep expertise in income tax planning, GST compliance, company registration, startup consultancy, and audit services. We pride ourselves on delivering prompt, professional, and personalized service to every client, regardless of business size or complexity.", "At our core, we believe in building long-term relationships with our clients through transparency, reliability, and expert guidance that drives business growth and financial security."]}
buttons={[{ text: "Meet Our Team", href: "/about" }]}
showBorder={true}
useInvertedBackground={false}
@@ -110,40 +97,22 @@ export default function HomePage() {
tag="Services"
tagIcon={Briefcase}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/female-business-leader-collaborative-meeting-feeling-sick-stressed_482257-123888.jpg"
imageAlt="Our Services"
mediaAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Income Tax Filing & Planning",
content: "Professional income tax return preparation and strategic tax planning to minimize liabilities and maximize benefits. We handle individual and business returns with meticulous attention to compliance.",
},
id: "1", title: "Income Tax Filing & Planning", content: "Professional income tax return preparation and strategic tax planning to minimize liabilities and maximize benefits. We handle individual and business returns with meticulous attention to compliance."},
{
id: "2",
title: "GST Registration & Filing",
content: "Complete GST consultation, registration, and timely filing services. We ensure your business stays compliant with all GST regulations while optimizing input credit benefits.",
},
id: "2", title: "GST Registration & Filing", content: "Complete GST consultation, registration, and timely filing services. We ensure your business stays compliant with all GST regulations while optimizing input credit benefits."},
{
id: "3",
title: "Company Registration & Compliance",
content: "Hassle-free company registration, annual compliance, board meetings, and statutory filings. We handle all regulatory requirements so you can focus on growing your business.",
},
id: "3", title: "Company Registration & Compliance", content: "Hassle-free company registration, annual compliance, board meetings, and statutory filings. We handle all regulatory requirements so you can focus on growing your business."},
{
id: "4",
title: "Accounting & Bookkeeping",
content: "Professional accounting services including journal entries, ledger maintenance, financial statement preparation, and bookkeeping for businesses of all sizes.",
},
id: "4", title: "Accounting & Bookkeeping", content: "Professional accounting services including journal entries, ledger maintenance, financial statement preparation, and bookkeeping for businesses of all sizes."},
{
id: "5",
title: "Audit & Financial Advisory",
content: "Comprehensive statutory and internal audit services combined with expert financial advisory to strengthen your business financial position and compliance framework.",
},
id: "5", title: "Audit & Financial Advisory", content: "Comprehensive statutory and internal audit services combined with expert financial advisory to strengthen your business financial position and compliance framework."},
{
id: "6",
title: "Startup Consultancy",
content: "End-to-end support for startups including business structure advice, compliance roadmap, tax planning, and financial management for new ventures.",
},
id: "6", title: "Startup Consultancy", content: "End-to-end support for startups including business structure advice, compliance roadmap, tax planning, and financial management for new ventures."},
]}
buttons={[{ text: "Explore All Services", href: "/services" }]}
buttonAnimation="slide-up"
@@ -161,36 +130,16 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
title: "Expert Team",
subtitle: "Certified Tax Professionals",
category: "Credentials",
value: "Highly Qualified",
buttons: [{ text: "View Team", href: "/about" }],
id: "1", title: "Expert Team", subtitle: "Certified Tax Professionals", category: "Credentials", value: "Highly Qualified", buttons: [{ text: "View Team", href: "/about" }],
},
{
id: "2",
title: "Fast Response Time",
subtitle: "Dedicated Client Support",
category: "Service",
value: "24-48 Hours",
buttons: [{ text: "Contact Now", href: "contact" }],
id: "2", title: "Fast Response Time", subtitle: "Dedicated Client Support", category: "Service", value: "24-48 Hours", buttons: [{ text: "Contact Now", href: "contact" }],
},
{
id: "3",
title: "5.0 Star Rating",
subtitle: "Google Reviews",
category: "Rating",
value: "100% Satisfied",
buttons: [{ text: "See Reviews", href: "#testimonials" }],
id: "3", title: "5.0 Star Rating", subtitle: "Google Reviews", category: "Rating", value: "100% Satisfied", buttons: [{ text: "See Reviews", href: "#testimonials" }],
},
{
id: "4",
title: "Customized Solutions",
subtitle: "Personalized Service",
category: "Approach",
value: "Tailored Plans",
buttons: [{ text: "Book Consultation", href: "contact" }],
id: "4", title: "Customized Solutions", subtitle: "Personalized Service", category: "Approach", value: "Tailored Plans", buttons: [{ text: "Book Consultation", href: "contact" }],
},
]}
textboxLayout="default"
@@ -205,35 +154,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Priya Deshmukh",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=1",
},
id: "1", name: "Priya Deshmukh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg"},
{
id: "2",
name: "Rajesh Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg?_wi=1",
},
id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/proud-businessman-with-his-company_1098-2864.jpg"},
{
id: "3",
name: "Anuja Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg?_wi=1",
},
id: "3", name: "Anuja Sharma", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg"},
{
id: "4",
name: "Vikram Patel",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hands-hip-confident-proud-friendly-attitude_1194-632574.jpg?_wi=1",
},
id: "4", name: "Vikram Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happily-with-hands-hip-confident-proud-friendly-attitude_1194-632574.jpg"},
{
id: "5",
name: "Deepa Singh",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1",
},
id: "5", name: "Deepa Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg"},
{
id: "6",
name: "Anil Joshi",
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1",
},
id: "6", name: "Anil Joshi", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
]}
cardTitle="Trusted by Hundreds of Satisfied Clients"
cardTag="See What Our Clients Say"
@@ -264,8 +195,7 @@ export default function HomePage() {
copyrightText="© 2025 Business Tax N All Private Limited. All rights reserved."
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Services", href: "/services" },
@@ -273,8 +203,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Income Tax Filing", href: "/services" },
{ label: "GST Compliance", href: "/services" },
{ label: "Company Registration", href: "/services" },
@@ -282,8 +211,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 91300 33385", href: "tel:+919130033385" },
{ label: "Contact Form", href: "/contact" },
{ label: "Pune, Maharashtra", href: "#" },