2 Commits

Author SHA1 Message Date
53501e1883 Update src/app/page.tsx 2025-12-23 10:56:32 +00:00
4b745d5c71 Update src/app/page.tsx 2025-12-23 10:53:29 +00:00

View File

@@ -6,9 +6,9 @@ import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSpl
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
@@ -152,7 +152,7 @@ export default function LandingPage() {
</div> </div>
<div id="metrics" data-section="metrics"> <div id="metrics" data-section="metrics">
<MetricCardSix <MetricCardOne
title="Our Impact by Numbers" title="Our Impact by Numbers"
description="Proven results and student success across 15 years of English language education" description="Proven results and student success across 15 years of English language education"
tag="Statistics" tag="Statistics"
@@ -160,31 +160,31 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
id: "1", id: "1",
value: "5000+", value: "5000",
tag: "Students", title: "Students",
tagIcon: Users, description: "Successful Learners Graduated",
title: "Successful Learners Graduated" icon: Users
}, },
{ {
id: "2", id: "2",
value: "95%", value: "95",
tag: "Success Rate", title: "Success Rate",
tagIcon: CheckCircle, description: "Students Reach Target Level",
title: "Students Reach Target Level" icon: CheckCircle
}, },
{ {
id: "3", id: "3",
value: "45+", value: "45",
tag: "Expert Instructors", title: "Expert Instructors",
tagIcon: Award, description: "Professional Certified Teachers",
title: "Professional Certified Teachers" icon: Award
}, },
{ {
id: "4", id: "4",
value: "15", value: "15",
tag: "Years", title: "Years",
tagIcon: Calendar, description: "Delivering Excellence in Education",
title: "Delivering Excellence in Education" icon: Calendar
} }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
@@ -260,46 +260,42 @@ export default function LandingPage() {
</div> </div>
<div id="testimonial" data-section="testimonial"> <div id="testimonial" data-section="testimonial">
<TestimonialCardNine <FeatureCardEight
features={[
{
id: 1,
title: "Foundation Building",
description: "Master the essentials of English grammar, vocabulary, and basic communication skills needed for everyday situations.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484275497-tgqo47rb.jpg",
imageAlt: "Foundation Building course"
},
{
id: 2,
title: "Intermediate Progress",
description: "Build confidence in conversations and develop skills for work and social interactions with intermediate-level competency.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484276715-ko0kx5uk.jpg",
imageAlt: "Intermediate Progress course"
},
{
id: 3,
title: "Advanced Mastery",
description: "Achieve fluency and professional proficiency with advanced grammar, nuanced vocabulary, and sophisticated communication abilities.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484274567-uf9rm5rd.jpg",
imageAlt: "Advanced Mastery course"
},
{
id: 4,
title: "Exam Excellence",
description: "Prepare for IELTS, TOEFL, and Cambridge exams with targeted strategies, practice tests, and expert guidance from certified examiners.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484273512-laxrceeq.jpg",
imageAlt: "Exam Excellence course"
}
]}
title="Student Success Stories" title="Student Success Stories"
description="Hear from our graduates who have transformed their English skills" description="Hear from our graduates who have transformed their English skills"
tag="Testimonials" tag="Testimonials"
tagIcon={Star} tagIcon={Star}
testimonials={[ buttons={[{ text: "Enroll Today", href: "contact" }]}
{
id: "1",
quote: "Green Card transformed my English skills completely. The instructors are knowledgeable and the course structure is perfect for busy professionals.",
name: "Ahmed Hassan",
role: "Marketing Manager",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484284719-dcwertw4.jpg",
imageAlt: "Ahmed Hassan"
},
{
id: "2",
quote: "I passed my IELTS exam on the first attempt thanks to the excellent preparation courses. The teaching methods are engaging and effective.",
name: "Liu Chen",
role: "University Student",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140152452-p4x3ah4p.jpg",
imageAlt: "Liu Chen"
},
{
id: "3",
quote: "The online classes are convenient and interactive. My confidence in speaking English has increased dramatically in just 6 months.",
name: "Fatima Al-Mansouri",
role: "Business Owner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484285681-xnlnbjbj.jpg",
imageAlt: "Fatima Al-Mansouri"
},
{
id: "4",
quote: "Professional instructors who truly care about student progress. I recommend Green Card to everyone wanting to improve their English.",
name: "Carlos Rodriguez",
role: "Software Engineer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484286527-6j0zht8w.jpg",
imageAlt: "Carlos Rodriguez"
}
]}
variant="card"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />