Update src/app/services/page.tsx

This commit is contained in:
2026-03-06 10:43:26 +00:00
parent 459fd67a04
commit fb047556da

View File

@@ -16,7 +16,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="compact"
sizing="large"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -42,31 +42,13 @@ export default function ServicesPage() {
description="Comprehensive accounting and CA services designed to meet the diverse needs of businesses of all sizes. From tax planning to compliance management, we provide expert guidance every step of the way."
features={[
{
id: "1",
title: "Income Tax Planning & Filing",
description: "Expert tax planning strategies to minimize liabilities and maximize returns. Professional filing assistance for individuals and businesses. We handle all GST filings, ITR preparation, and ensure timely compliance with tax authorities.",
tag: "Tax Services",
imageSrc: "http://img.b2bpic.net/free-photo/finances-saving-economy-concept-female-accountant-banker-use-calculator_1421-92.jpg?_wi=2",
imageAlt: "Tax planning and filing services",
buttons: [{ text: "Learn More", href: "#" }],
id: "1", title: "Income Tax Planning & Filing", description: "Expert tax planning strategies to minimize liabilities and maximize returns. Professional filing assistance for individuals and businesses. We handle all GST filings, ITR preparation, and ensure timely compliance with tax authorities.", tag: "Tax Services", imageSrc: "http://img.b2bpic.net/free-photo/finances-saving-economy-concept-female-accountant-banker-use-calculator_1421-92.jpg", imageAlt: "Tax planning and filing services", buttons: [{ text: "Learn More", href: "#" }],
},
{
id: "2",
title: "Audit & Compliance",
description: "Comprehensive audit services ensuring regulatory compliance and financial accuracy. GST, ROC, and statutory compliance management. Our auditors conduct thorough reviews to identify risks and opportunities for improvement.",
tag: "Compliance",
imageSrc: "http://img.b2bpic.net/free-photo/men-with-suit-analyzing-results-some-papers-while-writting-laptop_1232-1166.jpg?_wi=2",
imageAlt: "Audit and compliance services",
buttons: [{ text: "Learn More", href: "#" }],
id: "2", title: "Audit & Compliance", description: "Comprehensive audit services ensuring regulatory compliance and financial accuracy. GST, ROC, and statutory compliance management. Our auditors conduct thorough reviews to identify risks and opportunities for improvement.", tag: "Compliance", imageSrc: "http://img.b2bpic.net/free-photo/men-with-suit-analyzing-results-some-papers-while-writting-laptop_1232-1166.jpg", imageAlt: "Audit and compliance services", buttons: [{ text: "Learn More", href: "#" }],
},
{
id: "3",
title: "Financial Consulting",
description: "Strategic financial advice for business growth, investment planning, and financial restructuring. Customized solutions for your unique challenges. We work with you to develop long-term financial strategies that drive sustainable growth.",
tag: "Consulting",
imageSrc: "http://img.b2bpic.net/free-photo/choosing-matters-meeting_1098-2165.jpg?_wi=2",
imageAlt: "Financial consulting services",
buttons: [{ text: "Learn More", href: "#" }],
id: "3", title: "Financial Consulting", description: "Strategic financial advice for business growth, investment planning, and financial restructuring. Customized solutions for your unique challenges. We work with you to develop long-term financial strategies that drive sustainable growth.", tag: "Consulting", imageSrc: "http://img.b2bpic.net/free-photo/choosing-matters-meeting_1098-2165.jpg", imageAlt: "Financial consulting services", buttons: [{ text: "Learn More", href: "#" }],
},
]}
animationType="slide-up"
@@ -86,7 +68,7 @@ export default function ServicesPage() {
{ text: "Schedule Consultation", href: "/contact" },
{ text: "Get Started", href: "/contact" },
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -96,8 +78,7 @@ export default function ServicesPage() {
logoText="Rathore JS & Associate"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tax Planning & Filing", href: "/services" },
{ label: "Audit Services", href: "/services" },
{ label: "Financial Consulting", href: "/services" },
@@ -105,8 +86,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/" },
{ label: "Testimonials", href: "/" },
@@ -114,16 +94,14 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "LinkedIn", href: "#" },
{ label: "Email", href: "#" },
{ label: "Phone", href: "#" },