Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-09 05:43:19 +00:00
2 changed files with 36 additions and 124 deletions

View File

@@ -49,33 +49,13 @@ 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?_wi=4",
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?_wi=2",
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?_wi=2",
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?_wi=2",
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"
@@ -94,41 +74,17 @@ export default function AboutPage() {
tagAnimation="slide-up"
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?_wi=3",
imageAlt: "Maria Rodriguez",
},
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"},
{
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?_wi=2",
imageAlt: "James Chen",
},
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"},
{
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?_wi=3",
imageAlt: "Sarah Williams",
},
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"},
{
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?_wi=3",
imageAlt: "Ahmed Hassan",
},
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"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -144,39 +100,25 @@ 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,
name: "message", placeholder: "Tell us about your citizenship case", rows: 5,
required: false,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/businessman-consulting-with-female-colleague-contract-conditions_1163-4791.jpg?_wi=4"
imageAlt: "Professional attorney consultation"
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"
@@ -191,19 +133,13 @@ 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>

View File

@@ -53,37 +53,21 @@ export default function PricingPage() {
tagAnimation="slide-up"
plans={[
{
id: "quick-30",
badge: "Popular",
badgeIcon: Zap,
price: "$199",
subtitle: "30-minute consultation",
buttons={[
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={[
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"
]
}
]}
@@ -102,27 +86,19 @@ export default function PricingPage() {
tagAnimation="slide-up"
faqs={[
{
id: "1",
title: "Can I extend my consultation time?",
content: "Yes, you can extend your consultation in 30-minute increments at $99 per extension. Extensions must be requested at the start of your consultation."
id: "1", title: "Can I extend my consultation time?", content: "Yes, you can extend your consultation in 30-minute increments at $99 per extension. Extensions must be requested at the start of your consultation."
},
{
id: "2",
title: "Do you offer payment plans?",
content: "We accept all major credit cards, and for consultations over $300, we can arrange payment plans. Contact us to discuss options."
id: "2", title: "Do you offer payment plans?", content: "We accept all major credit cards, and for consultations over $300, we can arrange payment plans. Contact us to discuss options."
},
{
id: "3",
title: "Is there a refund policy?",
content: "Consultations must be canceled 48 hours in advance for a full refund. Cancellations within 48 hours forfeit the consultation fee."
id: "3", title: "Is there a refund policy?", content: "Consultations must be canceled 48 hours in advance for a full refund. Cancellations within 48 hours forfeit the consultation fee."
},
{
id: "4",
title: "Are there discounts for multiple consultations?",
content: "Yes, if you book two consultations together, we offer a 10% discount on your second session."
id: "4", title: "Are there discounts for multiple consultations?", content: "Yes, if you book two consultations together, we offer a 10% discount on your second session."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/view-messy-office-workspace-with-personal-computer_23-2150282054.jpg"
imageAlt="Professional workspace and planning"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -144,7 +120,7 @@ export default function PricingPage() {
]}
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/senior-manager-office-working-computer_1303-19009.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/senior-manager-office-working-computer_1303-19009.jpg"
imageAlt="Professional consultation setup"
mediaAnimation="slide-up"
mediaPosition="right"