Merge version_1 into main #3
@@ -12,24 +12,24 @@ import { Briefcase, Users, Linkedin, Facebook, Mail } from "lucide-react";
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="fluid"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -49,13 +49,17 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Rachel Martinez", description: "Lead Immigration Attorney with 18 years of experience specializing in citizenship applications and naturalization cases. Board-certified in immigration law.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg", imageAlt: "Rachel Martinez, Lead Attorney"},
|
||||
id: "1", title: "Rachel Martinez", description: "Lead Immigration Attorney with 18 years of experience specializing in citizenship applications and naturalization cases. Board-certified in immigration law.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg", imageAlt: "Rachel Martinez, Lead Attorney"
|
||||
},
|
||||
{
|
||||
id: "2", title: "David Thompson", description: "Senior Attorney with 15 years in immigration law. Specializes in complex citizenship cases and appeals. Certified by the State Bar Association.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg", imageAlt: "David Thompson, Senior Attorney"},
|
||||
id: "2", title: "David Thompson", description: "Senior Attorney with 15 years in immigration law. Specializes in complex citizenship cases and appeals. Certified by the State Bar Association.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg", imageAlt: "David Thompson, Senior Attorney"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Jennifer Wu", description: "Immigration Law Specialist with 12 years of experience. Focuses on application preparation and documentation review. Fluent in Mandarin and Spanish.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "Jennifer Wu, Immigration Specialist"},
|
||||
id: "3", title: "Jennifer Wu", description: "Immigration Law Specialist with 12 years of experience. Focuses on application preparation and documentation review. Fluent in Mandarin and Spanish.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "Jennifer Wu, Immigration Specialist"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Michael Okonkwo", description: "Legal Consultant with 10 years of immigration law experience. Specializes in client consultation and case management. Active AILA member.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Michael Okonkwo, Legal Consultant"},
|
||||
id: "4", title: "Michael Okonkwo", description: "Legal Consultant with 10 years of immigration law experience. Specializes in client consultation and case management. Active AILA member.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Michael Okonkwo, Legal Consultant"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -75,16 +79,20 @@ export default function AboutPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", role: "Approved", company: "Business Owner, Los Angeles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg", imageAlt: "Maria Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", role: "Approved", company: "Tech Professional, San Francisco", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-manager-formal-suit-his-female-assistant_273609-4719.jpg", imageAlt: "James Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-manager-formal-suit-his-female-assistant_273609-4719.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Williams", role: "Approved", company: "Healthcare Administrator, New York", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "Sarah Williams"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Ahmed Hassan", role: "Approved", company: "Engineer, Chicago", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Ahmed Hassan"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Ahmed Hassan"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -100,21 +108,21 @@ export default function AboutPage() {
|
||||
description="Schedule a consultation with one of our immigration attorneys today. We're here to answer your questions and guide you through your citizenship journey."
|
||||
inputs={[
|
||||
{
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true,
|
||||
name: "fullName", type: "text", placeholder: "Full Name", required: true
|
||||
},
|
||||
{
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true
|
||||
},
|
||||
{
|
||||
name: "preferredAttorney", type: "text", placeholder: "Preferred Attorney (optional)", required: false,
|
||||
},
|
||||
name: "preferredAttorney", type: "text", placeholder: "Preferred Attorney (optional)", required: false
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Tell us about your citizenship case", rows: 5,
|
||||
required: false,
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg"
|
||||
@@ -133,13 +141,16 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"},
|
||||
href: "https://linkedin.com", ariaLabel: "LinkedIn"
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@legalpath.com", ariaLabel: "Email"},
|
||||
href: "mailto:info@legalpath.com", ariaLabel: "Email"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
1426
src/app/layout.tsx
1426
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
268
src/app/page.tsx
268
src/app/page.tsx
@@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
@@ -10,34 +11,39 @@ import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Shield, Briefcase, DollarSign, Users, HelpCircle, Award, Linkedin, Facebook, Mail } from "lucide-react";
|
||||
import { Shield, Briefcase, DollarSign, Users, HelpCircle, Award, Zap, Star, Linkedin, Facebook, Mail } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="fluid"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple brandName="LegalPath" navItems={navItems} />
|
||||
<NavbarStyleApple
|
||||
brandName="LegalPath"
|
||||
navItems={navItems}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Hero Section */}
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Expert USA Citizenship Legal Guidance"
|
||||
@@ -47,56 +53,26 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg?_wi=1",
|
||||
imageAlt: "Attorney consultation with client",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg?_wi=1",
|
||||
imageAlt: "Immigration documents and paperwork",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg?_wi=1",
|
||||
imageAlt: "Professional immigration attorney",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg?_wi=1",
|
||||
imageAlt: "Virtual legal consultation setup",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg", imageAlt: "Attorney consultation with client" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg", imageAlt: "Immigration documents and paperwork" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg", imageAlt: "Professional immigration attorney" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg", imageAlt: "Virtual legal consultation setup" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg?_wi=2",
|
||||
imageAlt: "Online consultation meeting",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg?_wi=2",
|
||||
imageAlt: "Professional legal office",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg?_wi=2",
|
||||
imageAlt: "Immigration law attorney",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg?_wi=2",
|
||||
imageAlt: "Citizenship application documents",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg", imageAlt: "Online consultation meeting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg", imageAlt: "Professional legal office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg", imageAlt: "Immigration law attorney" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg", imageAlt: "Citizenship application documents" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book 30-Minute Consultation",
|
||||
href: "contact",
|
||||
},
|
||||
{
|
||||
text: "Book 60-Minute Consultation",
|
||||
href: "contact",
|
||||
},
|
||||
{ text: "Book 30-Minute Consultation", href: "contact" },
|
||||
{ text: "Book 60-Minute Consultation", href: "contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Services Section */}
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwentySeven
|
||||
title="Our Immigration Services"
|
||||
@@ -106,33 +82,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Citizenship Consultation",
|
||||
description: "Expert guidance on eligibility requirements, application processes, and documentation needed for USA citizenship.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg?_wi=3",
|
||||
imageAlt: "Immigration attorney consultation",
|
||||
id: "1", title: "Citizenship Consultation", description: "Expert guidance on eligibility requirements, application processes, and documentation needed for USA citizenship.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-business-woman-wearing-office-suit-standing-outdoors-looking-camera-talking-businesspeople-city-buildings-background-copy-space-female-portrait-concept_74855-7807.jpg", imageAlt: "Immigration attorney consultation"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Application Review",
|
||||
description: "Detailed review of your citizenship application to ensure accuracy and completeness before submission.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg?_wi=3",
|
||||
imageAlt: "Document review and verification",
|
||||
id: "2", title: "Application Review", description: "Detailed review of your citizenship application to ensure accuracy and completeness before submission.", imageSrc: "http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg", imageAlt: "Document review and verification"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Interview Preparation",
|
||||
description: "Comprehensive preparation for your citizenship interview including mock interviews and question guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg?_wi=3",
|
||||
imageAlt: "Interview preparation session",
|
||||
id: "3", title: "Interview Preparation", description: "Comprehensive preparation for your citizenship interview including mock interviews and question guidance.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg", imageAlt: "Interview preparation session"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Virtual Consultations",
|
||||
description: "Flexible online consultations available 7 days a week to fit your schedule.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg?_wi=3",
|
||||
imageAlt: "Virtual legal consultation",
|
||||
},
|
||||
id: "4", title: "Virtual Consultations", description: "Flexible online consultations available 7 days a week to fit your schedule.", imageSrc: "http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg", imageAlt: "Virtual legal consultation"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -141,6 +101,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Pricing Section */}
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -150,45 +111,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "quick-30",
|
||||
badge: "Popular",
|
||||
badgeIcon: "Zap",
|
||||
price: "$199",
|
||||
subtitle: "30-minute consultation",
|
||||
buttons: [
|
||||
{
|
||||
text: "Schedule Now",
|
||||
href: "contact",
|
||||
},
|
||||
id: "quick-30", badge: "Popular", badgeIcon: Zap,
|
||||
price: "$199", subtitle: "30-minute consultation", buttons: [
|
||||
{ text: "Schedule Now", href: "contact" }
|
||||
],
|
||||
features: [
|
||||
"Initial eligibility assessment",
|
||||
"Case evaluation and questions",
|
||||
"Recommendation for next steps",
|
||||
"Follow-up email summary",
|
||||
],
|
||||
"Initial eligibility assessment", "Case evaluation and questions", "Recommendation for next steps", "Follow-up email summary"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "comprehensive-60",
|
||||
badge: "Best Value",
|
||||
badgeIcon: "Star",
|
||||
price: "$349",
|
||||
subtitle: "60-minute consultation",
|
||||
buttons: [
|
||||
{
|
||||
text: "Schedule Now",
|
||||
href: "contact",
|
||||
},
|
||||
id: "comprehensive-60", badge: "Best Value", badgeIcon: Star,
|
||||
price: "$349", subtitle: "60-minute consultation", buttons: [
|
||||
{ text: "Schedule Now", href: "contact" }
|
||||
],
|
||||
features: [
|
||||
"In-depth case analysis",
|
||||
"Document review and strategy",
|
||||
"Complete roadmap development",
|
||||
"Multiple follow-up questions",
|
||||
"Detailed written guidance",
|
||||
"30-day email support",
|
||||
],
|
||||
},
|
||||
"In-depth case analysis", "Document review and strategy", "Complete roadmap development", "Multiple follow-up questions", "Detailed written guidance", "30-day email support"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -196,6 +135,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Testimonials Section */}
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="Trusted by Thousands"
|
||||
@@ -205,41 +145,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Citizenship Approved",
|
||||
company: "Business Owner",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg?_wi=1",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
id: "1", name: "Maria Rodriguez", role: "Citizenship Approved", company: "Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg", imageAlt: "Maria Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
role: "Legal Consultant",
|
||||
company: "Tech Professional",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-manager-formal-suit-his-female-assistant_273609-4719.jpg?_wi=1",
|
||||
imageAlt: "James Chen",
|
||||
id: "2", name: "James Chen", role: "Legal Consultant", company: "Tech Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-male-manager-formal-suit-his-female-assistant_273609-4719.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Williams",
|
||||
role: "Case Manager",
|
||||
company: "Healthcare Administrator",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=1",
|
||||
imageAlt: "Sarah Williams",
|
||||
id: "3", name: "Sarah Williams", role: "Case Manager", company: "Healthcare Administrator", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg", imageAlt: "Sarah Williams"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Immigration Success",
|
||||
company: "Engineer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Hassan",
|
||||
},
|
||||
id: "4", name: "Ahmed Hassan", role: "Immigration Success", company: "Engineer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Ahmed Hassan"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -248,6 +168,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* FAQ Section */}
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
@@ -257,35 +178,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does the citizenship process take?",
|
||||
content: "The USA citizenship process typically takes 8-12 months after submitting your N-400 application. However, this timeline can vary by location and individual circumstances. During your consultation, we'll provide a more accurate timeline based on your specific situation.",
|
||||
id: "1", title: "How long does the citizenship process take?", content: "The USA citizenship process typically takes 8-12 months after submitting your N-400 application. However, this timeline can vary by location and individual circumstances. During your consultation, we'll provide a more accurate timeline based on your specific situation."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do I need to be a permanent resident to apply?",
|
||||
content: "Yes, you must be a lawful permanent resident (green card holder) for at least 5 years (or 3 years if married to a U.S. citizen) before you can apply for citizenship. We'll verify your eligibility during the consultation.",
|
||||
id: "2", title: "Do I need to be a permanent resident to apply?", content: "Yes, you must be a lawful permanent resident (green card holder) for at least 5 years (or 3 years if married to a U.S. citizen) before you can apply for citizenship. We'll verify your eligibility during the consultation."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What documents do I need to bring?",
|
||||
content: "You'll typically need your green card, passport, state ID, tax returns for the last 5 years, and employment documents. We provide a complete checklist during your consultation to ensure you have everything ready.",
|
||||
id: "3", title: "What documents do I need to bring?", content: "You'll typically need your green card, passport, state ID, tax returns for the last 5 years, and employment documents. We provide a complete checklist during your consultation to ensure you have everything ready."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I reschedule my consultation?",
|
||||
content: "Yes, you can reschedule up to 24 hours before your appointment at no charge. We understand that plans change, and we're flexible with scheduling.",
|
||||
id: "4", title: "Can I reschedule my consultation?", content: "Yes, you can reschedule up to 24 hours before your appointment at no charge. We understand that plans change, and we're flexible with scheduling."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are consultations confidential?",
|
||||
content: "Absolutely. All consultations are protected by attorney-client privilege. Your information is completely confidential and secure.",
|
||||
id: "5", title: "Are consultations confidential?", content: "Absolutely. All consultations are protected by attorney-client privilege. Your information is completely confidential and secure."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "What if I'm denied citizenship?",
|
||||
content: "While rare, denials can happen. We'll discuss appeal options, reasons for denial, and next steps during your consultation. Our attorneys have extensive experience handling citizenship denials.",
|
||||
},
|
||||
id: "6", title: "What if I'm denied citizenship?", content: "While rare, denials can happen. We'll discuss appeal options, reasons for denial, and next steps during your consultation. Our attorneys have extensive experience handling citizenship denials."
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-man-female-colleague-working-together-office-workspace-business-partners_482257-136474.jpg"
|
||||
imageAlt="Professional customer support"
|
||||
@@ -297,6 +206,7 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Social Proof Section */}
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Recognized & Certified"
|
||||
@@ -304,14 +214,8 @@ export default function HomePage() {
|
||||
tag="Professional Credentials"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/usa-independence-day-badge-collection_23-2147823016.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-made-usa-logo-template_23-2150372010.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-4th-july-independence-day-label-collection_23-2148963103.jpg",
|
||||
"http://img.b2bpic.net/free-vector/usa-labor-day-labels-flat-style_23-2148248456.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-first-class-stamp-collection_23-2149686606.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-9-11-patriot-day-badges-collection_23-2149042070.jpg",
|
||||
"http://img.b2bpic.net/free-vector/fourth-july-badge-collection_23-2148185601.jpg",
|
||||
names={[
|
||||
"USCIS Verified", "AILA Member", "State Bar Certified", "BBB Accredited", "Verified Professional", "Secure Service", "Award Winning"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -320,26 +224,36 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Contact Section */}
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Book Your Consultation"
|
||||
description="Get started on your citizenship journey. Fill out the form below and we'll contact you to schedule your consultation at your preferred date and time."
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Full Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
{ name: "consultationType", type: "text", placeholder: "30-minute or 60-minute consultation", required: true }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your citizenship case and any questions", rows: 5, required: false }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg"
|
||||
imageAlt="Professional attorney consultation"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Schedule Consultation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="LegalPath"
|
||||
copyrightText="© 2025 LegalPath Immigration Services. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:info@legalpath.com",
|
||||
ariaLabel: "Email",
|
||||
},
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: Mail, href: "mailto:info@legalpath.com", ariaLabel: "Email" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -12,35 +12,29 @@ import Link from 'next/link';
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
];
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="fluid"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="semibold"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="LegalPath"
|
||||
navItems={[
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "process" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user