Merge version_1 into main #2

Merged
bender merged 5 commits from version_1 into main 2026-03-02 20:48:02 +00:00
5 changed files with 95 additions and 273 deletions

View File

@@ -49,7 +49,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -63,20 +63,13 @@ export default function AboutPage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content:
"Established in 2009, Knowledge Academy has been championing international education for over 15 years. Our mission is to make",
},
type: "text", content:
"Established in 2009, Knowledge Academy has been championing international education for over 15 years. Our mission is to make"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/friends-enjoying-lively-discussion-welldecorated-space_24972-2884.jpg",
alt: "Diverse students learning together",
},
type: "image", src: "http://img.b2bpic.net/free-photo/friends-enjoying-lively-discussion-welldecorated-space_24972-2884.jpg", alt: "Diverse students learning together"},
{
type: "text",
content:
"global education accessible to every deserving student regardless of background or circumstance.",
},
type: "text", content:
"global education accessible to every deserving student regardless of background or circumstance."},
]}
useInvertedBackground={false}
buttons={[
@@ -93,35 +86,19 @@ export default function AboutPage() {
description="The principles that guide our commitment to student success and excellence"
metrics={[
{
id: "1",
value: "100",
title: "%",
description:
"Dedicated to student success and personal growth outcomes",
icon: Users,
id: "1", value: "100", title: "%", description:
"Dedicated to student success and personal growth outcomes", icon: Users,
},
{
id: "2",
value: "50",
title: "+",
description:
"Countries partnered for global educational opportunities",
icon: Globe,
id: "2", value: "50", title: "+", description:
"Countries partnered for global educational opportunities", icon: Globe,
},
{
id: "3",
value: "95",
title: "%",
description:
"Student satisfaction rate reflecting our commitment to excellence",
icon: TrendingUp,
id: "3", value: "95", title: "%", description:
"Student satisfaction rate reflecting our commitment to excellence", icon: TrendingUp,
},
{
id: "4",
value: "15",
title: "Yrs",
description: "Of unwavering dedication to international education",
icon: Award,
id: "4", value: "15", title: "Yrs", description: "Of unwavering dedication to international education", icon: Award,
},
]}
gridVariant="uniform-all-items-equal"
@@ -135,45 +112,21 @@ export default function AboutPage() {
<TestimonialCardSix
testimonials={[
{
id: "1",
name: "Dr. Rajesh Patel",
handle: "Founder & CEO",
testimonial:
"Our vision is to transform lives through international education. Every student we guide becomes an ambassador of global cooperation.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=5",
imageAlt: "Dr. Rajesh Patel",
},
id: "1", name: "Dr. Rajesh Patel", handle: "Founder & CEO", testimonial:
"Our vision is to transform lives through international education. Every student we guide becomes an ambassador of global cooperation.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Dr. Rajesh Patel"},
{
id: "2",
name: "Anita Sharma",
handle: "Head of Admissions",
testimonial:
"Personalized counseling is at the heart of what we do. We celebrate each student's unique journey and aspirations.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=6",
imageAlt: "Anita Sharma",
},
id: "2", name: "Anita Sharma", handle: "Head of Admissions", testimonial:
"Personalized counseling is at the heart of what we do. We celebrate each student's unique journey and aspirations.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Anita Sharma"},
{
id: "3",
name: "Vikram Singh",
handle: "Visa Consultant",
testimonial:
"We handle the complex paperwork so students can focus on their dreams. Clarity and transparency drive our approach.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=7",
imageAlt: "Vikram Singh",
},
id: "3", name: "Vikram Singh", handle: "Visa Consultant", testimonial:
"We handle the complex paperwork so students can focus on their dreams. Clarity and transparency drive our approach.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Vikram Singh"},
{
id: "4",
name: "Deepika Verma",
handle: "Student Support Manager",
testimonial:
"Supporting students from application to landing abroad is incredibly rewarding. Their success is our greatest achievement.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=8",
imageAlt: "Deepika Verma",
},
id: "4", name: "Deepika Verma", handle: "Student Support Manager", testimonial:
"Supporting students from application to landing abroad is incredibly rewarding. Their success is our greatest achievement.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Deepika Verma"},
]}
animationType="slide-up"
title="Meet Our Expert Team"

View File

@@ -49,7 +49,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -65,7 +65,7 @@ export default function ContactPage() {
title="Start Your Study Abroad Journey Today"
description="Contact our expert counselors for personalized guidance on your international education journey. We're here to answer all your questions and help you achieve your dream of studying abroad."
tagIcon={Mail}
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Send Message"
@@ -77,23 +77,14 @@ export default function ContactPage() {
<FaqBase
faqs={[
{
id: "1",
title: "How do I schedule a consultation?",
content:
"Simply enter your email in the contact form above, and our team will reach out within 24 hours to schedule a free consultation at your convenience.",
},
id: "1", title: "How do I schedule a consultation?", content:
"Simply enter your email in the contact form above, and our team will reach out within 24 hours to schedule a free consultation at your convenience."},
{
id: "2",
title: "What's the response time for queries?",
content:
"We aim to respond to all inquiries within 24 business hours. For urgent matters, you can also call our office directly.",
},
id: "2", title: "What's the response time for queries?", content:
"We aim to respond to all inquiries within 24 business hours. For urgent matters, you can also call our office directly."},
{
id: "3",
title: "Do you offer free consultation?",
content:
"Yes! Your initial consultation is completely free. We believe in transparency and want to understand your goals before discussing any services.",
},
id: "3", title: "Do you offer free consultation?", content:
"Yes! Your initial consultation is completely free. We believe in transparency and want to understand your goals before discussing any services."},
]}
title="Contact & Support FAQs"
description="Quick answers to help you get in touch with us"
@@ -108,45 +99,21 @@ export default function ContactPage() {
<TestimonialCardSix
testimonials={[
{
id: "1",
name: "Priya Sharma",
handle: "@priyatorontio",
testimonial:
"The team at Knowledge Academy was always available when I had questions. Their responsiveness and support made all the difference in my application success.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=9",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", handle: "@priyatorontio", testimonial:
"The team at Knowledge Academy was always available when I had questions. Their responsiveness and support made all the difference in my application success.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Michael Chen",
handle: "@mchen_study",
testimonial:
"From initial inquiry to landing in Australia, Knowledge Academy's team was incredibly responsive and helpful. Highly recommended for anyone serious about studying abroad.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=10",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", handle: "@mchen_study", testimonial:
"From initial inquiry to landing in Australia, Knowledge Academy's team was incredibly responsive and helpful. Highly recommended for anyone serious about studying abroad.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emma Watson",
handle: "@emmastudies",
testimonial:
"Their support doesn't end at admission. They continued helping me even after I arrived, making sure I was settled and comfortable.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=11",
imageAlt: "Emma Watson",
},
id: "3", name: "Emma Watson", handle: "@emmastudies", testimonial:
"Their support doesn't end at admission. They continued helping me even after I arrived, making sure I was settled and comfortable.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Emma Watson"},
{
id: "4",
name: "James Park",
handle: "@jamesabroad",
testimonial:
"Excellent communication throughout the entire process. They kept me informed every step of the way and addressed my concerns promptly.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=12",
imageAlt: "James Park",
},
id: "4", name: "James Park", handle: "@jamesabroad", testimonial:
"Excellent communication throughout the entire process. They kept me informed every step of the way and addressed my concerns promptly.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "James Park"},
]}
animationType="slide-up"
title="What Students Say About Our Support"

View File

@@ -5,28 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Knowledge Academy - Study Abroad Programs & Student Exchange",
description: "Study abroad with Knowledge Academy. Expert guidance for university admissions, visa, and international education placement in 50+ countries.",
keywords: "study abroad, international education, student exchange, university placement, visa assistance, study overseas",
robots: {
title: "Knowledge Academy - Study Abroad Programs & Student Exchange", description: "Study abroad with Knowledge Academy. Expert guidance for university admissions, visa, and international education placement in 50+ countries.", keywords: "study abroad, international education, student exchange, university placement, visa assistance, study overseas", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Knowledge Academy - Your Gateway to Global Education",
description: "5000+ students placed | 50+ countries | 95% success rate. Start your international education journey today.",
type: "website",
siteName: "Knowledge Academy",
},
title: "Knowledge Academy - Your Gateway to Global Education", description: "5000+ students placed | 50+ countries | 95% success rate. Start your international education journey today.", type: "website", siteName: "Knowledge Academy"},
twitter: {
card: "summary_large_image",
title: "Knowledge Academy - Study Abroad Programs",
},
card: "summary_large_image", title: "Knowledge Academy - Study Abroad Programs"},
};
export default function RootLayout({

View File

@@ -52,7 +52,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="compact"
sizing="mediumLarge"
background="floatingGradient"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -64,7 +64,7 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
title="Your Gateway to Global Education"
description="Start your international education journey with Knowledge Academy. We guide thousands of students to top universities worldwide, making study abroad accessible and achievable."
kpis={[
@@ -93,10 +93,7 @@ export default function HomePage() {
heading={[
{ type: "text", content: "Connecting Students to World-Class" },
{
type: "image",
src: "http://img.b2bpic.net/free-photo/friends-enjoying-lively-discussion-welldecorated-space_24972-2884.jpg",
alt: "Diverse students",
},
type: "image", src: "http://img.b2bpic.net/free-photo/friends-enjoying-lively-discussion-welldecorated-space_24972-2884.jpg", alt: "Diverse students"},
{ type: "text", content: "Education Opportunities" },
]}
useInvertedBackground={false}
@@ -111,35 +108,17 @@ export default function HomePage() {
description="From university selection to settling in abroad, we handle every step of your journey"
features={[
{
id: "1",
title: "University Selection & Admissions",
description:
"Expert guidance in choosing the right university and preparing strong applications for your dream institutions",
tag: "Admissions",
imageSrc:
"http://img.b2bpic.net/free-photo/diverse-group-learners-engages-discussion-with-physician-tutor_482257-118468.jpg?_wi=1",
imageAlt: "University campus",
},
id: "1", title: "University Selection & Admissions", description:
"Expert guidance in choosing the right university and preparing strong applications for your dream institutions", tag: "Admissions", imageSrc:
"http://img.b2bpic.net/free-photo/diverse-group-learners-engages-discussion-with-physician-tutor_482257-118468.jpg", imageAlt: "University campus"},
{
id: "2",
title: "Visa & Documentation",
description:
"Complete assistance with visa applications, documentation, and compliance to ensure smooth processing",
tag: "Documentation",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-hand-signing-document-with-pencil_23-2149080815.jpg?_wi=1",
imageAlt: "Visa and passport",
},
id: "2", title: "Visa & Documentation", description:
"Complete assistance with visa applications, documentation, and compliance to ensure smooth processing", tag: "Documentation", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-hand-signing-document-with-pencil_23-2149080815.jpg", imageAlt: "Visa and passport"},
{
id: "3",
title: "Accommodation & Settlement",
description:
"Secure housing arrangements and on-ground support to help you settle comfortably in your new city",
tag: "Support",
imageSrc:
"http://img.b2bpic.net/free-photo/roommates-sharing-happy-moments-together_23-2149112089.jpg?_wi=1",
imageAlt: "Student accommodation",
},
id: "3", title: "Accommodation & Settlement", description:
"Secure housing arrangements and on-ground support to help you settle comfortably in your new city", 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"
@@ -154,32 +133,16 @@ export default function HomePage() {
description="Proven track record of student success and satisfaction"
metrics={[
{
id: "1",
value: "5000",
title: "Students",
description: "Successfully placed in top universities worldwide",
icon: Users,
id: "1", value: "5000", title: "Students", description: "Successfully placed in top universities worldwide", icon: Users,
},
{
id: "2",
value: "50",
title: "Countries",
description: "With active placement and support networks",
icon: Globe,
id: "2", value: "50", title: "Countries", description: "With active placement and support networks", icon: Globe,
},
{
id: "3",
value: "95",
title: "Success %",
description: "Student satisfaction and admission success rate",
icon: TrendingUp,
id: "3", value: "95", title: "Success %", description: "Student satisfaction and admission success rate", icon: TrendingUp,
},
{
id: "4",
value: "15",
title: "Years",
description: "Of trusted service and educational expertise",
icon: Award,
id: "4", value: "15", title: "Years", description: "Of trusted service and educational expertise", icon: Award,
},
]}
gridVariant="uniform-all-items-equal"
@@ -193,45 +156,21 @@ export default function HomePage() {
<TestimonialCardSix
testimonials={[
{
id: "1",
name: "Priya Sharma",
handle: "@priyatorontio",
testimonial:
"Knowledge Academy made my dream of studying at University of Toronto a reality. Their guidance through every step was invaluable!",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", handle: "@priyatorontio", testimonial:
"Knowledge Academy made my dream of studying at University of Toronto a reality. Their guidance through every step was invaluable!", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Aditya Kumar",
handle: "@adityauk",
testimonial:
"The visa process seemed overwhelming, but the team handled everything expertly. I'm now enjoying my studies at London School of Economics.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=2",
imageAlt: "Aditya Kumar",
},
id: "2", name: "Aditya Kumar", handle: "@adityauk", testimonial:
"The visa process seemed overwhelming, but the team handled everything expertly. I'm now enjoying my studies at London School of Economics.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Aditya Kumar"},
{
id: "3",
name: "Sana Patel",
handle: "@sanasydney",
testimonial:
"From day one, Knowledge Academy provided exceptional support. They found me the perfect accommodation and helped me settle in Sydney smoothly.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=3",
imageAlt: "Sana Patel",
},
id: "3", name: "Sana Patel", handle: "@sanasydney", testimonial:
"From day one, Knowledge Academy provided exceptional support. They found me the perfect accommodation and helped me settle in Sydney smoothly.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Sana Patel"},
{
id: "4",
name: "Rohan Verma",
handle: "@rohanmelb",
testimonial:
"The entire process was seamless. Their expertise in university selection helped me get into my dream school at University of Melbourne.",
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg?_wi=4",
imageAlt: "Rohan Verma",
},
id: "4", name: "Rohan Verma", handle: "@rohanmelb", testimonial:
"The entire process was seamless. Their expertise in university selection helped me get into my dream school at University of Melbourne.", imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13227.jpg", imageAlt: "Rohan Verma"},
]}
animationType="slide-up"
title="Success Stories from Our Students"
@@ -248,7 +187,7 @@ export default function HomePage() {
title="Start Your Study Abroad Journey Today"
description="Contact our expert counselors for personalized guidance on your international education journey. We're here to answer all your questions."
tagIcon={Mail}
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Send Message"

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"