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