From f0084c01e2cbf6cc9beaf9d882ac1aa3f3f74a24 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 10:43:25 +0000 Subject: [PATCH] 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: "#" },