Update src/app/page.tsx

This commit is contained in:
2026-04-07 06:43:55 +00:00
parent aaf297c88a
commit 8323666671

View File

@@ -43,6 +43,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Complete Assistance for Study Abroad and Visa Needs"
description="Simplify your path to studying and working abroad with our expert support. We assist with university selection, applications, and visa processing."
buttonAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/cropped-image-cheerful-young-caucasian-woman-strolls-across-city-with-small-rucksack-wears-yellow-headband-denim-jacket_273609-26955.jpg", alt: "Student" },
{ src: "http://img.b2bpic.net/she-loves-so-much-university-life_329181-2989.jpg", alt: "Student" },
@@ -67,7 +68,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardThree
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
@@ -83,7 +84,7 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardOne
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
@@ -100,6 +101,8 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwelve
useInvertedBackground={true}
cardAnimation="blur-reveal"
buttonAnimation="blur-reveal"
testimonials={[
{ id: "t1", name: "Daniel Kho", imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-cheerful-young-caucasian-woman-strolls-across-city-with-small-rucksack-wears-yellow-headband-denim-jacket_273609-26955.jpg" },
{ id: "t2", name: "Helen Smorr", imageSrc: "http://img.b2bpic.net/she-loves-so-much-university-life_329181-2989.jpg" },
@@ -109,13 +112,13 @@ export default function LandingPage() {
]}
cardTitle="Student Success Stories"
cardTag="Feedback"
cardAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
mediaAnimation="blur-reveal"
title="Need Assistance?"
description="Submit a support request and our experts will reach out to you shortly."
inputs={[
@@ -159,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}