Merge version_7 into main #7
@@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout';
|
||||
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
||||
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||
@@ -45,8 +45,10 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="English Dom"
|
||||
description="Master English fluency with expert instructors. Interactive lessons designed for all levels."
|
||||
buttons={[{"text":"Start Trial","href":"www.linkedin.com"},
|
||||
{"text":"All Courses","href":"features"}]}
|
||||
buttons={[
|
||||
{ text: "Start Trial", href: "www.linkedin.com" },
|
||||
{ text: "All Courses", href: "features" }
|
||||
]}
|
||||
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-1766484690859-dcha1n3w.jpg", imageAlt: "Online English lessons" },
|
||||
@@ -76,7 +78,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardFourteen
|
||||
<FeatureCardSeven
|
||||
title="Comprehensive Course Levels"
|
||||
description="From complete beginner to advanced proficiency, our structured programs ensure steady progress."
|
||||
tag="Courses"
|
||||
|
||||
Reference in New Issue
Block a user