Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5468db42b3 | |||
| 8323666671 | |||
| aaf297c88a | |||
| 8a808d453b | |||
| 465b8a6823 |
@@ -43,6 +43,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Complete Assistance for Study Abroad and Visa Needs"
|
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."
|
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={[
|
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/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" },
|
{ 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">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardThree
|
<FeatureCardThree
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -83,7 +84,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardOne
|
<MetricCardOne
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -100,6 +101,8 @@ export default function LandingPage() {
|
|||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
cardAnimation="blur-reveal"
|
||||||
|
buttonAnimation="blur-reveal"
|
||||||
testimonials={[
|
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: "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" },
|
{ 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"
|
cardTitle="Student Success Stories"
|
||||||
cardTag="Feedback"
|
cardTag="Feedback"
|
||||||
cardAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
mediaAnimation="blur-reveal"
|
||||||
title="Need Assistance?"
|
title="Need Assistance?"
|
||||||
description="Submit a support request and our experts will reach out to you shortly."
|
description="Submit a support request and our experts will reach out to you shortly."
|
||||||
inputs={[
|
inputs={[
|
||||||
|
|||||||
Reference in New Issue
Block a user