From 75582a49f1010ae4e501b6900dfe00e063f17fb9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:20:16 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 108 +++++++++++------------------------------ 1 file changed, 27 insertions(+), 81 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ad105a..4c27917 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="medium" - background="circleGradient" + background="none" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -27,26 +27,16 @@ export default function LandingPage() { @@ -59,17 +49,10 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "vaishnavi", - name: "Vaishnavi G.", - role: "Immigration Specialist & Case Manager", - description: "I am Vaishnavi G., an Immigration Specialist and Case Manager with Earnest Immigration and Citizenship Services Inc. Based in Bengaluru, I specialize in helping families navigate Canadian immigration processes with precision and care. My mission is to help families reunite and individuals achieve their Canadian dreams through expertise in Family Sponsorship and Permanent Residency applications.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-executive-thinking_1098-3858.jpg", - imageAlt: "high-quality professional headshot Vaishnavi G.", - socialLinks: [ + id: "vaishnavi", name: "Vaishnavi G.", role: "Immigration Specialist & Case Manager", description: "I am Vaishnavi G., an Immigration Specialist and Case Manager with Earnest Immigration and Citizenship Services Inc. Based in Bengaluru, I specialize in helping families navigate Canadian immigration processes and achieve their Canadian dreams, focusing on Family Sponsorship and Permanent Residency applications.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-executive-thinking_1098-3858.jpg", imageAlt: "high-quality professional headshot Vaishnavi G.", socialLinks: [ { icon: Linkedin, - url: "https://www.linkedin.com/in/vaishnavi-g-975470254", - }, + url: "https://www.linkedin.com/in/vaishnavi-g-975470254"}, ], }, ]} @@ -85,25 +68,13 @@ export default function LandingPage() { tag="My Journey" metrics={[ { - id: "exp", - value: "2+", - description: "Years Experience at Earnest Immigration", - }, + id: "exp", value: "2+", description: "Years Experience at Earnest Immigration"}, { - id: "ba-tourism", - value: "BA", - description: "Tourism & Travel Services Management (2021-2024)", - }, + id: "ba-tourism", value: "BA", description: "Tourism & Travel Services Management (2021-2024)"}, { - id: "inter-comm", - value: "Cert.", - description: "Intermediate in Business/Commerce (2020-2021)", - }, + id: "inter-comm", value: "Cert.", description: "Intermediate in Business/Commerce (2020-2021)"}, { - id: "expertise", - value: "IRCC", - description: "Compliance Expert & Case Management", - }, + id: "expertise", value: "IRCC", description: "Compliance Expert & Case Management"}, ]} metricsAnimation="slide-up" /> @@ -116,62 +87,37 @@ export default function LandingPage() { logoText="Vaishnavi G." columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "FAQs", - href: "/#faq-home", - }, + label: "FAQs", href: "/#faq-home"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Family Sponsorship", - href: "/services#family-sponsorship", - }, + label: "Family Sponsorship", href: "/services#family-sponsorship"}, { - label: "Permanent Residency", - href: "/services#pr-applications", - }, + label: "Permanent Residency", href: "/services#pr-applications"}, { - label: "IRCC Compliance", - href: "/services#ircc-compliance", - }, + label: "IRCC Compliance", href: "/services#ircc-compliance"}, { - label: "Consultation", - href: "/services#consultation", - }, + label: "Consultation", href: "/services#consultation"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, { - label: "LinkedIn", - href: "https://www.linkedin.com/in/vaishnavi-g-975470254", - }, + label: "LinkedIn", href: "https://www.linkedin.com/in/vaishnavi-g-975470254"}, { - label: "WhatsApp", - href: "https://wa.me/XXXXXXXXXX", - }, + label: "WhatsApp", href: "https://wa.me/XXXXXXXXXX"}, ], }, ]} @@ -181,4 +127,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file