From 2e6531a998624ccfb36532dc5ebbe73b82ee27c5 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 23 Dec 2025 10:09:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ecb082..6ba42f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,8 @@ export default function LandingPage() { title="Master English with Green Card" description="Expert-led English language courses for all levels. From beginner to advanced proficiency, achieve your language goals with proven teaching methods." tags={["All Levels", "Expert Instructors", "Certified Programs", "Online & In-Person"]} - buttons={[ - { text: "Start Learning", href: "contact" }, - { text: "View Courses", href: "feature" } - ]} + buttons={[{ text: "Start Learning", href: "contact" }, + { text: "View Courses", href: "feature" }]} showcaseImageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484273512-laxrceeq.jpg" showcaseImageAlt="Students learning English in classroom" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484274567-uf9rm5rd.jpg" @@ -108,9 +106,7 @@ export default function LandingPage() { } ]} showStepNumbers={true} - buttons={[ - { text: "Browse All Courses", href: "contact" } - ]} + buttons={[{ text: "Browse All Courses", href: "contact" }]} textboxLayout="default" useInvertedBackground="noInvert" />