Merge version_3 into main #2

Merged
development merged 3 commits from version_3 into main 2025-12-23 10:40:22 +00:00
Showing only changes of commit a06637e181 - Show all commits

View File

@@ -1,9 +1,9 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSplitOverlay';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
@@ -62,16 +62,33 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
<SplitAbout
tag="Our Story"
tagIcon={BookOpen}
title="Transforming Lives Through English Excellence"
description="Leading English Language School"
subdescription="Serving 5000+ students since 2010"
icon={Lightbulb}
description="Leading English Language School serving 5000+ students since 2010 with expert instructors and proven teaching methods."
textboxLayout="default"
useInvertedBackground="noInvert"
bulletPoints={[
{
title: "Expert Instructors",
description: "CELTA and TEFL certified teachers with international experience and proven track records.",
icon: Lightbulb
},
{
title: "Comprehensive Programs",
description: "From A1 beginner to C2 advanced levels with specialized exam preparation courses.",
icon: GraduationCap
},
{
title: "Flexible Learning",
description: "Choose between online classes, in-person sessions, or a hybrid approach that fits your schedule.",
icon: CheckCircle
}
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484274567-uf9rm5rd.jpg"
imageAlt="Green Card English School"
useInvertedBackground="noInvert"
imagePosition="right"
/>
</div>
@@ -383,4 +400,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}