Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 20:47:56 +00:00
parent 81699da49b
commit fe2c4c9833

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -65,35 +65,17 @@ export default function ServicesPage() {
description="End-to-end support designed to make your study abroad journey smooth and successful"
features={[
{
id: "1",
title: "University Selection & Application",
description:
"Expert guidance in identifying universities that match your academic profile, career goals, and personal preferences. We prepare compelling applications that showcase your strengths.",
tag: "Admissions",
imageSrc:
"http://img.b2bpic.net/free-photo/diverse-group-learners-engages-discussion-with-physician-tutor_482257-118468.jpg?_wi=2",
imageAlt: "University campus consultation",
},
id: "1", title: "University Selection & Application", description:
"Expert guidance in identifying universities that match your academic profile, career goals, and personal preferences. We prepare compelling applications that showcase your strengths.", tag: "Admissions", imageSrc:
"http://img.b2bpic.net/free-photo/diverse-group-learners-engages-discussion-with-physician-tutor_482257-118468.jpg", imageAlt: "University campus consultation"},
{
id: "2",
title: "Visa & Documentation Support",
description:
"Navigate complex visa requirements with our expert consultation. We handle documentation, forms, and provide interview coaching to ensure smooth approval.",
tag: "Documentation",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-hand-signing-document-with-pencil_23-2149080815.jpg?_wi=2",
imageAlt: "Visa documentation support",
},
id: "2", title: "Visa & Documentation Support", description:
"Navigate complex visa requirements with our expert consultation. We handle documentation, forms, and provide interview coaching to ensure smooth approval.", tag: "Documentation", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-hand-signing-document-with-pencil_23-2149080815.jpg", imageAlt: "Visa documentation support"},
{
id: "3",
title: "Accommodation & Settlement",
description:
"Secure verified student housing with trusted partners. Receive on-ground orientation, city guidance, and ongoing support to help you settle comfortably.",
tag: "Support",
imageSrc:
"http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg?_wi=2",
imageAlt: "Student accommodation",
},
id: "3", title: "Accommodation & Settlement", description:
"Secure verified student housing with trusted partners. Receive on-ground orientation, city guidance, and ongoing support to help you settle comfortably.", tag: "Support", imageSrc:
"http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg", imageAlt: "Student accommodation"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -106,23 +88,14 @@ export default function ServicesPage() {
<FaqBase
faqs={[
{
id: "1",
title: "Which countries do you support?",
content:
"We support student placements in over 50 countries including USA, UK, Canada, Australia, Germany, Netherlands, Singapore, and many others. Our network includes partnerships with top universities worldwide.",
},
id: "1", title: "Which countries do you support?", content:
"We support student placements in over 50 countries including USA, UK, Canada, Australia, Germany, Netherlands, Singapore, and many others. Our network includes partnerships with top universities worldwide."},
{
id: "2",
title: "What qualifications do I need?",
content:
"Requirements vary by country and university. Generally, we work with students having 10+2 or equivalent qualification. We also assist with standardized tests like IELTS, TOEFL, SAT, and GRE preparation.",
},
id: "2", title: "What qualifications do I need?", content:
"Requirements vary by country and university. Generally, we work with students having 10+2 or equivalent qualification. We also assist with standardized tests like IELTS, TOEFL, SAT, and GRE preparation."},
{
id: "3",
title: "How long does the process take?",
content:
"The entire process from initial consultation to admission typically takes 6-12 months, depending on your chosen destination and program. We ensure timely applications to meet university deadlines.",
},
id: "3", title: "How long does the process take?", content:
"The entire process from initial consultation to admission typically takes 6-12 months, depending on your chosen destination and program. We ensure timely applications to meet university deadlines."},
]}
title="Common Questions About Our Services"
description="Find answers to frequently asked questions about our study abroad process and support"
@@ -139,7 +112,7 @@ export default function ServicesPage() {
title="Ready to Begin Your Journey?"
description="Book a free consultation with our education counselors to discuss your study abroad goals and explore the perfect program for you."
tagIcon={Mail}
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Book Now"