Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user