Update src/app/pricing/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user