From fe2c4c9833cb842abb30b38f565339468b2139d3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:56 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 61 +++++++++++---------------------------- 1 file changed, 17 insertions(+), 44 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 03c7d57..cd09a12 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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() {