From 8323666671ceca9cc243c87ea71e1b10df3d6584 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:43:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8a3d72..1939008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
); -} +} \ No newline at end of file