Update src/app/page.tsx

This commit is contained in:
2025-12-23 11:58:39 +00:00
parent 1c1372af34
commit 31db27abc6

View File

@@ -55,9 +55,7 @@ export default function LandingPage() {
tag="Our Mission"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766490825100-qr8p9dkh.jpg"
imageAlt="English learning materials and resources"
buttons={[
{ text: "Explore Classes", href: "#feature" }
]}
buttons={[{"text":"Explore","href":"#feature"}]}
/>
</div>
@@ -262,7 +260,7 @@ export default function LandingPage() {
<ContactInline
text="Ready to transform your English skills?"
inputPlaceholder="Enter your email address"
buttonText="Get Started"
buttonText="Send"
useInvertedBackground="noInvert"
/>
</div>