diff --git a/src/app/page.tsx b/src/app/page.tsx index 63c69a3..2eb65cf 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: { - text: "Learn More", href: "#programs", variant: "primary" + text: "Learn More", href: "#programs" } }, { 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: { - text: "Explore Tests", href: "#contact", variant: "primary" + text: "Explore Tests", href: "#contact" } }, { 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: { - text: "Get Started", href: "#contact", variant: "primary" + text: "Get Started", href: "#contact" } } ]}