6 Commits

Author SHA1 Message Date
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
d8d750398a Update src/app/page.tsx 2026-03-27 10:18:44 +00:00
3890b43c76 Merge version_3 into main
Merge version_3 into main
2026-03-27 10:17:52 +00:00
281a2414b5 Update src/app/page.tsx 2026-03-27 10:17:49 +00:00
6e199d0949 Merge version_2 into main
Merge version_2 into main
2026-03-27 10:17:05 +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>
@@ -41,7 +41,8 @@ export default function LandingPage() {
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" }]}
buttonClassName="[&>button:first-child]:bg-primary [&>button:last-child]:bg-secondary"
buttonClassName="[&>button:first-child]:bg-indigo-600 [&>button:first-child]:text-white [&>button:last-child]:border-2 [&>button:last-child]:border-emerald-500 [&>button:last-child]:text-emerald-600"
avatarText="Join 10,000+ students achieving their target band score"
/>
</div>