Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 01985dba3a | |||
| 6d2e8079f3 | |||
| b7d50473c1 | |||
| 2f3dff7944 | |||
| e8baea1c65 | |||
| f1a5ce0d76 | |||
| 1d5382a6c5 | |||
| 75582a49f1 | |||
| aa9e0a4ef9 | |||
| 876d0ce971 | |||
| 6a2b2f5ca0 |
@@ -16,7 +16,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -27,26 +27,16 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Consultation",
|
text: "Book Consultation", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
brandName="Vaishnavi G."
|
brandName="Vaishnavi G."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -59,17 +49,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "vaishnavi",
|
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: [
|
||||||
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: [
|
|
||||||
{
|
{
|
||||||
icon: Linkedin,
|
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"
|
tag="My Journey"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "exp",
|
id: "exp", value: "2+", description: "Years Experience at Earnest Immigration"},
|
||||||
value: "2+",
|
|
||||||
description: "Years Experience at Earnest Immigration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "ba-tourism",
|
id: "ba-tourism", value: "BA", description: "Tourism & Travel Services Management (2021-2024)"},
|
||||||
value: "BA",
|
|
||||||
description: "Tourism & Travel Services Management (2021-2024)",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "inter-comm",
|
id: "inter-comm", value: "Cert.", description: "Intermediate in Business/Commerce (2020-2021)"},
|
||||||
value: "Cert.",
|
|
||||||
description: "Intermediate in Business/Commerce (2020-2021)",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "expertise",
|
id: "expertise", value: "IRCC", description: "Compliance Expert & Case Management"},
|
||||||
value: "IRCC",
|
|
||||||
description: "Compliance Expert & Case Management",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -116,62 +87,37 @@ export default function LandingPage() {
|
|||||||
logoText="Vaishnavi G."
|
logoText="Vaishnavi G."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "/#faq-home"},
|
||||||
href: "/#faq-home",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Family Sponsorship",
|
label: "Family Sponsorship", href: "/services#family-sponsorship"},
|
||||||
href: "/services#family-sponsorship",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Permanent Residency",
|
label: "Permanent Residency", href: "/services#pr-applications"},
|
||||||
href: "/services#pr-applications",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "IRCC Compliance",
|
label: "IRCC Compliance", href: "/services#ircc-compliance"},
|
||||||
href: "/services#ircc-compliance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Consultation",
|
label: "Consultation", href: "/services#consultation"},
|
||||||
href: "/services#consultation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "LinkedIn", href: "https://www.linkedin.com/in/vaishnavi-g-975470254"},
|
||||||
href: "https://www.linkedin.com/in/vaishnavi-g-975470254",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "WhatsApp",
|
label: "WhatsApp", href: "https://wa.me/XXXXXXXXXX"},
|
||||||
href: "https://wa.me/XXXXXXXXXX",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -181,4 +127,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -15,7 +15,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -26,26 +26,16 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Consultation",
|
text: "Book Consultation", href: "/contact"}}
|
||||||
href: "/contact",
|
|
||||||
}}
|
|
||||||
brandName="Vaishnavi G."
|
brandName="Vaishnavi G."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -54,11 +44,10 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
title="Connect with Vaishnavi G."
|
title="Connect with Vaishnavi G."
|
||||||
description="Ready to start your Canadian immigration journey? Fill out the form below or reach out directly. We're here to help you every step of the way.\n\n**Email:** contact@earnestimmigration.com\n**Phone:** +91 XXXXXXXXXX\n**Location:** Bengaluru, Karnataka, India\n**Office Hours:** Monday-Saturday, 9 AM - 6 PM"
|
description="Ready to start your Canadian immigration journey? Connect with us using the form below or directly via email/phone. We're here to help.\n\n**Email:** contact@earnestimmigration.com\n**Phone:** +91 XXXXXXXXXX\n**Location:** Bengaluru, Karnataka, India\n**Office Hours:** Monday-Saturday, 9 AM - 6 PM"
|
||||||
inputPlaceholder="Your Email Address"
|
inputPlaceholder="Your Email Address"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
termsText="By sending a message, you agree to our Privacy Policy."
|
termsText="By sending a message, you agree to our Privacy Policy."
|
||||||
@@ -70,20 +59,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "c1",
|
id: "c1", title: "What happens after I submit the form?", content: "After submitting the form, our team will review your inquiry and get back to you within 24-48 business hours to schedule your initial consultation."},
|
||||||
title: "What happens after I submit the form?",
|
|
||||||
content: "After submitting the form, our team will review your inquiry and get back to you within 24-48 business hours to schedule your initial consultation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "c2",
|
id: "c2", title: "What should I prepare for a consultation?", content: "For your consultation, it's helpful to have any relevant documents ready, such as your resume, educational certificates, and a brief overview of your immigration goals."},
|
||||||
title: "What should I prepare for a consultation?",
|
|
||||||
content: "For your consultation, it's helpful to have any relevant documents ready, such as your resume, educational certificates, and a brief overview of your immigration goals.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "c3",
|
id: "c3", title: "Do you offer virtual consultations?", content: "Yes, we offer virtual consultations for clients worldwide. You can connect with us from anywhere, ensuring convenient and accessible immigration services."},
|
||||||
title: "Do you offer virtual consultations?",
|
|
||||||
content: "Yes, we offer virtual consultations for clients worldwide. You can connect with us from anywhere, ensuring convenient and accessible immigration services.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Quick Answers for Contact"
|
sideTitle="Quick Answers for Contact"
|
||||||
sideDescription="Have a question before reaching out? Find quick answers here."
|
sideDescription="Have a question before reaching out? Find quick answers here."
|
||||||
@@ -100,62 +80,37 @@ export default function LandingPage() {
|
|||||||
logoText="Vaishnavi G."
|
logoText="Vaishnavi G."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Home",
|
label: "Home", href: "/"},
|
||||||
href: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "/about"},
|
||||||
href: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "/services"},
|
||||||
href: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "/#faq-home"},
|
||||||
href: "/#faq-home",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Family Sponsorship",
|
label: "Family Sponsorship", href: "/services#family-sponsorship"},
|
||||||
href: "/services#family-sponsorship",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Permanent Residency",
|
label: "Permanent Residency", href: "/services#pr-applications"},
|
||||||
href: "/services#pr-applications",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "IRCC Compliance",
|
label: "IRCC Compliance", href: "/services#ircc-compliance"},
|
||||||
href: "/services#ircc-compliance",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Consultation",
|
label: "Consultation", href: "/services#consultation"},
|
||||||
href: "/services#consultation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "LinkedIn",
|
label: "LinkedIn", href: "https://www.linkedin.com/in/vaishnavi-g-975470254"},
|
||||||
href: "https://www.linkedin.com/in/vaishnavi-g-975470254",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "WhatsApp",
|
label: "WhatsApp", href: "https://wa.me/XXXXXXXXXX"},
|
||||||
href: "https://wa.me/XXXXXXXXXX",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -165,4 +120,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/polygonal-world-map-infographic_23-2147492029.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/polygonal-world-map-infographic_23-2147492029.jpg?_wi=1"
|
||||||
imageAlt="Global map background with immigration theme"
|
imageAlt="Global map background with immigration theme"
|
||||||
logoText="Vaishnavi G."
|
logoText="Vaishnavi G."
|
||||||
columns={[
|
columns={[
|
||||||
@@ -255,4 +255,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -16,7 +16,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="circleGradient"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -186,7 +186,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/polygonal-world-map-infographic_23-2147492029.jpg"
|
imageSrc="http://img.b2bpic.net/free-vector/polygonal-world-map-infographic_23-2147492029.jpg?_wi=2"
|
||||||
imageAlt="Global map background with immigration theme"
|
imageAlt="Global map background with immigration theme"
|
||||||
logoText="Vaishnavi G."
|
logoText="Vaishnavi G."
|
||||||
columns={[
|
columns={[
|
||||||
@@ -231,4 +231,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user