234 lines
9.3 KiB
TypeScript
234 lines
9.3 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
|
import { Award, Baby, BookOpen, CalendarCheck, CheckSquare, ClipboardList, Edit, FileCheck, FileText, FolderOpen, Handshake, Home, Lightbulb, MessageCircle, Scale, Send, ShieldCheck, Star, Users, Heart } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-magnetic"
|
|
defaultTextAnimation="entrance-slide"
|
|
borderRadius="rounded"
|
|
contentWidth="smallMedium"
|
|
sizing="medium"
|
|
background="none"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="primary-glow"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="medium"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarStyleCentered
|
|
navItems={[
|
|
{
|
|
name: "Home", id: "/"},
|
|
{
|
|
name: "About", id: "/about"},
|
|
{
|
|
name: "Services", id: "/services"},
|
|
{
|
|
name: "Contact", id: "/contact"},
|
|
]}
|
|
button={{
|
|
text: "Book Consultation", href: "/contact"}}
|
|
brandName="Vaishnavi G."
|
|
/>
|
|
</div>
|
|
|
|
<div id="all-services" data-section="all-services">
|
|
<FeatureCardTen
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
title: "Family Sponsorship", description: "Help your loved ones join you in Canada with our expert guidance through spousal, common-law, and dependent child sponsorships.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/canada-day-celebration-with-maple-leaf-symbol_23-2151440512.jpg", imageAlt: "modern flat icon family silhouette maple leaf"
|
|
},
|
|
items: [
|
|
{
|
|
icon: Users,
|
|
text: "Spouse & Common-Law"},
|
|
{
|
|
icon: Baby,
|
|
text: "Dependent Children"},
|
|
{
|
|
icon: Heart,
|
|
text: "Parents & Grandparents"},
|
|
],
|
|
reverse: false,
|
|
},
|
|
{
|
|
title: "Permanent Residency (PR) Applications", description: "Complete end-to-end processing for your Permanent Residency application, including Express Entry, Provincial Nominee Programs (PNPP), and other streams.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/price-tag-front-side_187299-40109.jpg", imageAlt: "modern flat icon passport person reaching star"
|
|
},
|
|
items: [
|
|
{
|
|
icon: FileText,
|
|
text: "Express Entry"},
|
|
{
|
|
icon: Home,
|
|
text: "Provincial Nominee"},
|
|
{
|
|
icon: CheckSquare,
|
|
text: "Documentation"},
|
|
],
|
|
reverse: true,
|
|
},
|
|
{
|
|
title: "IRCC Compliance Services", description: "Ensure all your immigration documents and applications strictly meet IRCC requirements, minimizing risks of delays or refusals.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/rwanda-flag-with-banner_187299-35552.jpg", imageAlt: "modern flat icon document checkmark shield"
|
|
},
|
|
items: [
|
|
{
|
|
icon: ShieldCheck,
|
|
text: "Document Audit"},
|
|
{
|
|
icon: Scale,
|
|
text: "Regulatory Guidance"},
|
|
{
|
|
icon: BookOpen,
|
|
text: "Legal Review"},
|
|
],
|
|
reverse: false,
|
|
},
|
|
{
|
|
title: "Case Management", description: "Receive end-to-end case handling, meticulous tracking, and proactive updates, ensuring a smooth and stress-free application process.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-reflection_23-2148898148.jpg", imageAlt: "modern flat icon clipboard workflow chart"
|
|
},
|
|
items: [
|
|
{
|
|
icon: ClipboardList,
|
|
text: "Application Prep"},
|
|
{
|
|
icon: Send,
|
|
text: "Submission & Tracking"},
|
|
{
|
|
icon: MessageCircle,
|
|
text: "Client Updates"},
|
|
],
|
|
reverse: true,
|
|
},
|
|
{
|
|
title: "Immigration Consultation", description: "Get expert guidance and personalized advice on various immigration pathways, eligibility criteria, and strategic planning for your Canadian dream.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-business-strategy-illustrated_23-2149155598.jpg", imageAlt: "modern flat icon two people talking lightbulb"
|
|
},
|
|
items: [
|
|
{
|
|
icon: Lightbulb,
|
|
text: "Pathway Strategy"},
|
|
{
|
|
icon: Handshake,
|
|
text: "Eligibility Assessment"},
|
|
{
|
|
icon: CalendarCheck,
|
|
text: "Action Plan"},
|
|
],
|
|
reverse: false,
|
|
},
|
|
{
|
|
title: "Document Review & Preparation", description: "Professional assistance with reviewing, organizing, and preparing all necessary documents to ensure accuracy and completeness for submission.", media: {
|
|
imageSrc: "http://img.b2bpic.net/free-photo/paper-cut-manila-folder-with-some-document_1232-1658.jpg", imageAlt: "modern flat icon multiple documents folder"
|
|
},
|
|
items: [
|
|
{
|
|
icon: FileCheck,
|
|
text: "Document Checklist"},
|
|
{
|
|
icon: Edit,
|
|
text: "Application Forms"},
|
|
{
|
|
icon: FolderOpen,
|
|
text: "Submission Guidance"},
|
|
],
|
|
reverse: true,
|
|
},
|
|
]}
|
|
title="Comprehensive Canadian Immigration Services"
|
|
description="Dedicated support for every step of your journey to Canada. Explore our specialized services designed for your success."
|
|
tag="Our Offerings"
|
|
/>
|
|
</div>
|
|
|
|
<div id="consultation-pricing" data-section="consultation-pricing">
|
|
<PricingCardOne
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{
|
|
id: "initial-consult", badge: "Basic", badgeIcon: Award,
|
|
price: "Free", subtitle: "15-Minute Intro", features: [
|
|
"Initial Eligibility Check", "General Pathway Advice", "No Document Review"],
|
|
},
|
|
{
|
|
id: "standard-consult", badge: "Popular", badgeIcon: Star,
|
|
price: "$99", subtitle: "60-Minute Detailed Session", features: [
|
|
"In-depth Eligibility", "Personalized Strategy", "Basic Document Overview"],
|
|
},
|
|
{
|
|
id: "premium-consult", badge: "Premium", badgeIcon: Award,
|
|
price: "$249", subtitle: "90-Minute Comprehensive Plan", features: [
|
|
"Full Profile Analysis", "Advanced Strategy & Planning", "Detailed Document Review"],
|
|
},
|
|
]}
|
|
title="Book Your Expert Consultation"
|
|
description="Choose a consultation plan that fits your needs to begin your Canadian immigration process with confidence."
|
|
tag="Start Your Journey"
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterMedia
|
|
imageSrc="http://img.b2bpic.net/free-vector/polygonal-world-map-infographic_23-2147492029.jpg"
|
|
imageAlt="Global map background with immigration theme"
|
|
logoText="Vaishnavi G."
|
|
columns={[
|
|
{
|
|
title: "Quick Links", items: [
|
|
{
|
|
label: "Home", href: "/"},
|
|
{
|
|
label: "About", href: "/about"},
|
|
{
|
|
label: "Services", href: "/services"},
|
|
{
|
|
label: "FAQs", href: "/#faq-home"},
|
|
],
|
|
},
|
|
{
|
|
title: "Services", items: [
|
|
{
|
|
label: "Family Sponsorship", href: "/services#family-sponsorship"},
|
|
{
|
|
label: "Permanent Residency", href: "/services#pr-applications"},
|
|
{
|
|
label: "IRCC Compliance", href: "/services#ircc-compliance"},
|
|
{
|
|
label: "Consultation", href: "/services#consultation"},
|
|
],
|
|
},
|
|
{
|
|
title: "Connect", items: [
|
|
{
|
|
label: "Contact Us", href: "/contact"},
|
|
{
|
|
label: "LinkedIn", href: "https://www.linkedin.com/in/vaishnavi-g-975470254"},
|
|
{
|
|
label: "WhatsApp", href: "https://wa.me/XXXXXXXXXX"},
|
|
],
|
|
},
|
|
]}
|
|
copyrightText="© 2024 Vaishnavi G. All rights reserved."
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
} |