5 Commits

Author SHA1 Message Date
09cb9cd9fa Merge version_6 into main
Merge version_6 into main
2026-03-27 10:21:21 +00:00
6cf74ba927 Update src/app/page.tsx 2026-03-27 10:21:15 +00:00
8fcd70b017 Merge version_5 into main
Merge version_5 into main
2026-03-27 10:20:09 +00:00
347cbc9c0d Update src/app/page.tsx 2026-03-27 10:20:03 +00:00
409ee36d9b Merge version_4 into main
Merge version_4 into main
2026-03-27 10:18:47 +00:00

View File

@@ -29,7 +29,7 @@ export default function LandingPage() {
{ name: "Writing", id: "/writing" },
]}
brandName="IELTS Mock"
button={{ text: "Get Started", href: "/" }}
button={{ text: "Take Free Mock", href: "/" }}
/>
</div>
@@ -37,7 +37,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel
background={{ variant: "plain" }}
title="Master Your IELTS Preparation"
description="Experience a realistic, AI-powered mock examination environment with dynamic questions, performance tracking, and immediate result summaries."
description="Get AI-powered, real-time IELTS scoring and detailed performance insights in minutes, not days."
leftCarouselItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWY1U43IrhkrmvXfddW402CLJ4/a-futuristic-and-clean-ielts-exam-dashbo-1774606537627-d6fe36dd.png", imageAlt: "IELTS Dashboard" }]}
rightCarouselItems={[{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BWY1U43IrhkrmvXfddW402CLJ4/an-image-illustrating-a-digital-speaking-1774606536650-c144e972.png", imageAlt: "Speaking Test" }]}
buttons={[{ text: "Start Speaking", href: "/speaking" }, { text: "Start Writing", href: "/writing" }]}