From 98791bb423294bc450871ceaba9b610463c3adb0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:34:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 793799d..a20a3b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,19 +44,19 @@ export default function LandingPage() { { icon: BookOpen, imageSrc: "http://img.b2bpic.net/free-vector/twitter-interface-concept_23-2148594632.jpg", imageAlt: "OSSD International Program", title: "OSSD International Programme", description: "Ontario Secondary School Diploma — Earn your Canadian diploma recognized by 100+ universities worldwide while completing your Kazakhstani qualification.", button: { - label: "Learn More", href: "#programs" + label: "Learn More", href: "#programs", variant: "primary" } }, { icon: Target, imageSrc: "http://img.b2bpic.net/free-psd/new-year-2024-template-design_23-2150943711.jpg", imageAlt: "Test Preparation", title: "Test Preparation", description: "Master IELTS and SAT with specialized courses led by experienced native-speaking instructors. Achieve your target scores with proven strategies.", button: { - label: "Explore Tests", href: "#contact" + label: "Explore Tests", href: "#contact", variant: "primary" } }, { icon: Compass, imageSrc: "http://img.b2bpic.net/free-vector/flat-design-web-designer-landing-page_23-2150369686.jpg", imageAlt: "Career Guidance", title: "Career Guidance & Mentorship", description: "Discover your professional path through personalized mentoring. Connect with industry professionals and build your future with confidence.", button: { - label: "Get Started", href: "#contact" + label: "Get Started", href: "#contact", variant: "primary" } } ]} -- 2.49.1