Update src/app/about/page.tsx

This commit is contained in:
2026-03-06 10:43:25 +00:00
parent 898b30c50f
commit f0084c01e2

View File

@@ -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"},
]}
/>
</div>
@@ -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}
/>
</div>
@@ -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: "#" },