|
|
|
@@ -1,11 +1,10 @@
|
|
|
|
"use client"
|
|
|
|
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
|
|
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
|
|
|
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
|
|
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
|
|
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
|
|
|
|
|
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
|
|
|
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
|
|
|
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
|
|
|
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
@@ -46,10 +45,8 @@ export default function LandingPage() {
|
|
|
|
<HeroCarouselLogo
|
|
|
|
<HeroCarouselLogo
|
|
|
|
logoText="English Dom"
|
|
|
|
logoText="English Dom"
|
|
|
|
description="Master English fluency with expert instructors. Interactive lessons designed for all levels."
|
|
|
|
description="Master English fluency with expert instructors. Interactive lessons designed for all levels."
|
|
|
|
buttons={[
|
|
|
|
buttons={[{"text":"Start Trial","href":"www.linkedin.com"},
|
|
|
|
{ text: "Start Free Trial", href: "contact" },
|
|
|
|
{"text":"All Courses","href":"features"}]}
|
|
|
|
{ text: "Explore Courses", href: "features" }
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
slides={[
|
|
|
|
slides={[
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484689467-d854773z.jpg", imageAlt: "Interactive classroom learning" },
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484689467-d854773z.jpg", imageAlt: "Interactive classroom learning" },
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484690859-dcha1n3w.jpg", imageAlt: "Online English lessons" },
|
|
|
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484690859-dcha1n3w.jpg", imageAlt: "Online English lessons" },
|
|
|
|
@@ -185,33 +182,6 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
|
|
|
<MetricCardEleven
|
|
|
|
|
|
|
|
title="Our Impact"
|
|
|
|
|
|
|
|
description="Trusted by thousands of students worldwide to achieve their English goals."
|
|
|
|
|
|
|
|
tag="Results"
|
|
|
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
|
|
|
metrics={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "1",
|
|
|
|
|
|
|
|
value: "15,000+",
|
|
|
|
|
|
|
|
title: "Active Students",
|
|
|
|
|
|
|
|
description: "Learning English every day with our platform",
|
|
|
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hile67"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "2",
|
|
|
|
|
|
|
|
value: "8,500+",
|
|
|
|
|
|
|
|
title: "Graduates",
|
|
|
|
|
|
|
|
description: "Successfully achieved their language goals",
|
|
|
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484696101-v2pl2f1j.jpg"
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
<TestimonialCardEight
|
|
|
|
<TestimonialCardEight
|
|
|
|
title="Student Success Stories"
|
|
|
|
title="Student Success Stories"
|
|
|
|
|