Merge version_1 into main #2
176
src/app/page.tsx
176
src/app/page.tsx
@@ -17,27 +17,22 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Modules",
|
||||
id: "modules",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Modules", id: "modules" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="IELTS Prep"
|
||||
/>
|
||||
@@ -45,33 +40,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Master Your IELTS Exam Today"
|
||||
description="Comprehensive practice modules for Listening, Reading, Writing, and Speaking to help you achieve your target band score with confidence."
|
||||
tag="Trusted Exam Prep"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-using-her-digital-tablet-home_1301-4382.jpg?_wi=1",
|
||||
imageAlt: "IELTS Prep Student studying",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314076.jpg?_wi=1",
|
||||
imageAlt: "IELTS practice booklet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-red-shirt-black-bag-with-black-earphones-holding-copybook-white_140725-16644.jpg?_wi=1",
|
||||
imageAlt: "Listening exam practice",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-studying-university-library-education-lifestyle-concept_58466-12288.jpg?_wi=1",
|
||||
imageAlt: "Reading module focus",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentration-serious-young-woman-with-long-red-hair-profile-camera-sitting-intently-writing-table-with-books-laptop-indoors_259150-56968.jpg",
|
||||
imageAlt: "Writing task preparation",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-using-her-digital-tablet-home_1301-4382.jpg", imageAlt: "IELTS Prep Student studying" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314076.jpg", imageAlt: "IELTS practice booklet" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={10}
|
||||
@@ -86,37 +61,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Listening Exam",
|
||||
description: "Interactive audio practice sessions.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Headphones,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-using-her-digital-tablet-home_1301-4382.jpg?_wi=2",
|
||||
imageAlt: "student studying laptop desk",
|
||||
title: "Listening Exam", description: "Interactive audio practice sessions.", bentoComponent: "reveal-icon", icon: Headphones
|
||||
},
|
||||
{
|
||||
title: "Reading Modules",
|
||||
description: "Advanced comprehension and vocabulary building.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BookOpen,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-still-life-hard-exams_23-2149314076.jpg?_wi=2",
|
||||
imageAlt: "ielts test booklet practice",
|
||||
title: "Reading Modules", description: "Advanced comprehension and vocabulary building.", bentoComponent: "reveal-icon", icon: BookOpen
|
||||
},
|
||||
{
|
||||
title: "Writing Tasks",
|
||||
description: "Expert essay and report evaluation.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Edit,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-red-shirt-black-bag-with-black-earphones-holding-copybook-white_140725-16644.jpg?_wi=2",
|
||||
imageAlt: "listening exam icon",
|
||||
title: "Writing Tasks", description: "Expert essay and report evaluation.", bentoComponent: "reveal-icon", icon: Edit
|
||||
},
|
||||
{
|
||||
title: "Speaking Practice",
|
||||
description: "Fluent conversational training modules.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Mic,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-student-studying-university-library-education-lifestyle-concept_58466-12288.jpg?_wi=2",
|
||||
imageAlt: "reading exam book icon",
|
||||
},
|
||||
title: "Speaking Practice", description: "Fluent conversational training modules.", bentoComponent: "reveal-icon", icon: Mic
|
||||
}
|
||||
]}
|
||||
title="Practice Modules"
|
||||
description="Comprehensive test sections designed to simulate actual exam conditions."
|
||||
@@ -126,36 +81,16 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shocked-redhead-young-lady-reading-book-wearing-usa-flag_171337-10738.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-brunette-woman-with-diary-holding-planner-book-pointing-upper-right-corner_1258-190057.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-happy-young-man-smiling-looking-aside-carefree-touching-hair-look-pleased-logo-standing-relaxed-casual-outfit-against-white-background_176420-45887.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiley-woman-saluting_23-2148918767.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-red-t-shirt-black-jeans-listening-music-through-black-earphones-reading-notes-white_140725-16670.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/shocked-redhead-young-lady-reading-book-wearing-usa-flag_171337-10738.jpg" },
|
||||
{ id: "2", name: "Michael T.", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-brunette-woman-with-diary-holding-planner-book-pointing-upper-right-corner_1258-190057.jpg" },
|
||||
{ id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/image-happy-young-man-smiling-looking-aside-carefree-touching-hair-look-pleased-logo-standing-relaxed-casual-outfit-against-white-background_176420-45887.jpg" },
|
||||
{ id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiley-woman-saluting_23-2148918767.jpg" },
|
||||
{ id: "5", name: "Alex B.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-red-t-shirt-black-jeans-listening-music-through-black-earphones-reading-notes-white_140725-16670.jpg" }
|
||||
]}
|
||||
cardTitle="Student Success Stories"
|
||||
cardTag="Achievers"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,21 +99,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How is the listening evaluated?",
|
||||
content: "Our system provides instant feedback based on standard IELTS criteria.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I repeat tasks?",
|
||||
content: "Yes, you can practice unlimited times across all module types.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is speaking practice live?",
|
||||
content: "We offer both automated fluency checks and professional feedback options.",
|
||||
},
|
||||
{ id: "1", title: "How is the listening evaluated?", content: "Our system provides instant feedback based on standard IELTS criteria." },
|
||||
{ id: "2", title: "Can I repeat tasks?", content: "Yes, you can practice unlimited times across all module types." },
|
||||
{ id: "3", title: "Is speaking practice live?", content: "We offer both automated fluency checks and professional feedback options." }
|
||||
]}
|
||||
title="IELTS Preparation FAQs"
|
||||
description="Common questions regarding our practice modules and exam preparation."
|
||||
@@ -189,16 +112,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to score your dream band? Start your IELTS preparation journey with our premium practice resources."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,31 +122,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "IELTS Modules",
|
||||
href: "#modules",
|
||||
},
|
||||
{
|
||||
label: "Exam Tips",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "Resources", items: [
|
||||
{ label: "IELTS Modules", href: "#modules" },
|
||||
{ label: "Exam Tips", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
bottomLeftText="© 2024 IELTS Prep Academy"
|
||||
bottomRightText="All Rights Reserved"
|
||||
|
||||
Reference in New Issue
Block a user