From f0084c01e2cbf6cc9beaf9d882ac1aa3f3f74a24 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:43:25 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 44 ++++++++++-------------------------------- 1 file changed, 10 insertions(+), 34 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 154d1b1..e52f902 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -17,7 +17,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -65,33 +65,13 @@ export default function AboutPage() { tagAnimation="slide-up" team={[ { - id: "1", - name: "Jagdish Rathore", - role: "Founder & Senior CA", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", - imageAlt: "Jagdish Rathore", - }, + id: "1", name: "Jagdish Rathore", role: "Founder & Senior CA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jagdish Rathore"}, { - id: "2", - name: "Sunita Singh", - role: "Lead Tax Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", - imageAlt: "Sunita Singh", - }, + id: "2", name: "Sunita Singh", role: "Lead Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sunita Singh"}, { - id: "3", - name: "Vikram Malhotra", - role: "Audit & Compliance Head", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11", - imageAlt: "Vikram Malhotra", - }, + id: "3", name: "Vikram Malhotra", role: "Audit & Compliance Head", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Malhotra"}, { - id: "4", - name: "Deepa Nair", - role: "Financial Planning Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12", - imageAlt: "Deepa Nair", - }, + id: "4", name: "Deepa Nair", role: "Financial Planning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Deepa Nair"}, ]} /> @@ -104,7 +84,7 @@ export default function AboutPage() { { text: "Contact Us", href: "/contact" }, { text: "Schedule Meeting", href: "/contact" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -114,8 +94,7 @@ export default function AboutPage() { 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" }, @@ -123,8 +102,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Testimonials", href: "/" }, @@ -132,16 +110,14 @@ export default function AboutPage() { ], }, { - 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: "#" }, From 6cc6ab68ed15aacb873b4f8f4262be0ed979a57e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:43:25 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 91e3e30..b2981cd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -14,7 +14,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -42,7 +42,7 @@ export default function ContactPage() { { text: "Send Message", href: "#" }, { text: "Call Us", href: "#" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -64,8 +64,7 @@ export default function ContactPage() { 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" }, @@ -73,8 +72,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Testimonials", href: "/" }, @@ -82,16 +80,14 @@ export default function ContactPage() { ], }, { - 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: "#" }, From 459fd67a048cf9672aeb07365061d4f1e935982c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:43:26 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 106 ++++++++--------------------------------------- 1 file changed, 18 insertions(+), 88 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a71902c..4308d19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -43,7 +43,7 @@ export default function HomePage() { @@ -169,33 +123,13 @@ export default function HomePage() { tagAnimation="slide-up" team={[ { - id: "1", - name: "Jagdish Rathore", - role: "Founder & Senior CA", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", - imageAlt: "Jagdish Rathore", - }, + id: "1", name: "Jagdish Rathore", role: "Founder & Senior CA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jagdish Rathore"}, { - id: "2", - name: "Sunita Singh", - role: "Lead Tax Consultant", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", - imageAlt: "Sunita Singh", - }, + id: "2", name: "Sunita Singh", role: "Lead Tax Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sunita Singh"}, { - id: "3", - name: "Vikram Malhotra", - role: "Audit & Compliance Head", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", - imageAlt: "Vikram Malhotra", - }, + id: "3", name: "Vikram Malhotra", role: "Audit & Compliance Head", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Malhotra"}, { - id: "4", - name: "Deepa Nair", - role: "Financial Planning Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", - imageAlt: "Deepa Nair", - }, + id: "4", name: "Deepa Nair", role: "Financial Planning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Deepa Nair"}, ]} /> @@ -208,7 +142,7 @@ export default function HomePage() { { text: "Schedule Appointment", href: "/contact" }, { text: "Call Now", href: "#" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -218,8 +152,7 @@ export default function HomePage() { 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" }, @@ -227,8 +160,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/" }, { label: "Testimonials", href: "/" }, @@ -236,16 +168,14 @@ export default function HomePage() { ], }, { - 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: "#" }, From fb047556dad0ffc5bf1ddedc7121e4bfa519a571 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:43:26 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 40 +++++++++------------------------------ 1 file changed, 9 insertions(+), 31 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0fa30d5..abf30ec 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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} /> @@ -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: "#" },