Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 075c9f1ca2 | |||
| 24c4e4ce7e |
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -42,31 +42,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
<HeroSplitKpi
|
||||
title="Build Your Future with Excellence in Science & Mathematics"
|
||||
description="English Medium & Sinhala Medium Classes for Grade 6 to O/L. Enroll today for top-tier academic coaching."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
kpis={[
|
||||
{ value: "95%", label: "Pass Rate" },
|
||||
{ value: "500+", label: "Enrolled" },
|
||||
{ value: "15+", label: "Expert Tutors" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Enroll Now", href: "/contact"},
|
||||
{
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-students-brainstorming-new-project_23-2147664141.jpg", imageAlt: "modern classroom science mathematics education"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-college-students-using-laptop-classroom_637285-8826.jpg", imageAlt: "modern classroom science mathematics education"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601482.jpg", imageAlt: "modern classroom science mathematics education"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/child-student-learning-school_23-2149511071.jpg", imageAlt: "modern classroom science mathematics education"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-doing-homework-school_23-2147854115.jpg", imageAlt: "modern classroom science mathematics education"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-more-about-chemistry-class_23-2149068368.jpg", imageAlt: "modern classroom science mathematics education"},
|
||||
{ text: "Enroll Now", href: "/contact" },
|
||||
{ text: "Contact Us", href: "/contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-students-brainstorming-new-project_23-2147664141.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user