Update src/app/page.tsx
This commit is contained in:
@@ -13,6 +13,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import { BookOpen, Lightbulb, GraduationCap, Award, TrendingUp, Users, CheckCircle, Calendar, Star, HelpCircle, Phone, Facebook, Twitter, Instagram, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -319,6 +320,19 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero-split" data-section="hero-split">
|
||||
<HeroSplit
|
||||
title="Ready to Transform Your English Skills?"
|
||||
description="Join thousands of successful learners who have achieved their English language goals with our expert instructors and proven teaching methods."
|
||||
tag="Take Action"
|
||||
tagIcon={Star}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484274567-uf9rm5rd.jpg"
|
||||
imageAlt="English learning transformation"
|
||||
imagePosition="right"
|
||||
buttons={[{ text: "Start Free Trial", href: "contact" }, { text: "Learn More", href: "about" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team-card-three" data-section="team-card-three">
|
||||
<TeamCardThree
|
||||
title="Our Teaching Team"
|
||||
|
||||
Reference in New Issue
Block a user