Update src/app/about/page.tsx

This commit is contained in:
2026-06-05 07:20:16 +00:00
parent aa9e0a4ef9
commit 75582a49f1

View File

@@ -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() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Consultation",
href: "/contact",
}}
text: "Book Consultation", href: "/contact"}}
brandName="Vaishnavi G."
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}