Update src/app/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@ 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 FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
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';
|
||||||
@@ -45,8 +45,10 @@ 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={[{"text":"Start Trial","href":"www.linkedin.com"},
|
buttons={[
|
||||||
{"text":"All Courses","href":"features"}]}
|
{ text: "Start Trial", href: "www.linkedin.com" },
|
||||||
|
{ text: "All 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" },
|
||||||
@@ -76,7 +78,7 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardFourteen
|
<FeatureCardSeven
|
||||||
title="Comprehensive Course Levels"
|
title="Comprehensive Course Levels"
|
||||||
description="From complete beginner to advanced proficiency, our structured programs ensure steady progress."
|
description="From complete beginner to advanced proficiency, our structured programs ensure steady progress."
|
||||||
tag="Courses"
|
tag="Courses"
|
||||||
|
|||||||
Reference in New Issue
Block a user