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 diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 041a5e2..d4fa34a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,7 +15,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="medium" - background="circleGradient" + background="none" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -26,26 +26,16 @@ export default function LandingPage() { @@ -54,11 +44,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 54b9943..8c8519b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="medium" - background="circleGradient" + background="none" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -255,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8b9a750..31e0e76 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/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" @@ -231,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file