Update src/app/page.tsx
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSplitOverlay';
|
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 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 MetricCardSix from '@/components/sections/metrics/MetricCardSix';
|
||||||
@@ -62,16 +62,33 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TestimonialAboutCard
|
<SplitAbout
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
tagIcon={BookOpen}
|
tagIcon={BookOpen}
|
||||||
title="Transforming Lives Through English Excellence"
|
title="Transforming Lives Through English Excellence"
|
||||||
description="Leading English Language School"
|
description="Leading English Language School serving 5000+ students since 2010 with expert instructors and proven teaching methods."
|
||||||
subdescription="Serving 5000+ students since 2010"
|
textboxLayout="default"
|
||||||
icon={Lightbulb}
|
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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484274567-uf9rm5rd.jpg"
|
||||||
imageAlt="Green Card English School"
|
imageAlt="Green Card English School"
|
||||||
useInvertedBackground="noInvert"
|
imagePosition="right"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -383,4 +400,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user