diff --git a/src/app/page.tsx b/src/app/page.tsx index c9b522e..82c512c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -205,7 +205,7 @@ export default function LandingPage() { tag="How to Apply" features={[ { - id: "1", title: "Step 1: Submit Enquiry Form", description: "Fill out the admission enquiry form with your basic details. We'll review your application and schedule an appointment for further discussion.", media: { imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215382.jpg?_wi=2", imageAlt: "students in classroom learning together" }, + id: "1", title: "Step 1: Submit Enquiry Form", description: "Fill out the admission enquiry form with your basic details. We'll respond within 24 hours to confirm receipt and schedule an appointment for further discussion. You'll receive updates on every step of the process via email or phone.", media: { imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215382.jpg?_wi=2", imageAlt: "students in classroom learning together" }, items: [ { icon: ClipboardList, text: "Complete form details" }, { icon: CheckCircle, text: "Application review" }, @@ -245,7 +245,7 @@ export default function LandingPage() {