Update src/app/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardOne
|
||||
<TeamCardThree
|
||||
title="Meet Our Expert Instructors"
|
||||
description="Dedicated educators with international qualifications and years of teaching experience"
|
||||
tag="Leadership"
|
||||
@@ -207,31 +207,46 @@ export default function LandingPage() {
|
||||
name: "Sarah Mitchell",
|
||||
role: "Head of Curriculum",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484279424-p999gqcu.jpg",
|
||||
imageAlt: "Sarah Mitchell"
|
||||
imageAlt: "Sarah Mitchell",
|
||||
socialLinks: [
|
||||
{ icon: Twitter, url: "https://twitter.com" },
|
||||
{ icon: Linkedin, url: "https://linkedin.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Garcia",
|
||||
role: "Pronunciation Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484280475-f1uh14s0.jpg",
|
||||
imageAlt: "Maria Garcia"
|
||||
imageAlt: "Maria Garcia",
|
||||
socialLinks: [
|
||||
{ icon: Twitter, url: "https://twitter.com" },
|
||||
{ icon: Linkedin, url: "https://linkedin.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson",
|
||||
role: "Business English Coach",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484282785-0l4997z2.jpg",
|
||||
imageAlt: "James Wilson"
|
||||
imageAlt: "James Wilson",
|
||||
socialLinks: [
|
||||
{ icon: Twitter, url: "https://twitter.com" },
|
||||
{ icon: Linkedin, url: "https://linkedin.com" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Rodriguez",
|
||||
role: "Exam Preparation Lead",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484283760-3el3enh8.jpg",
|
||||
imageAlt: "Elena Rodriguez"
|
||||
imageAlt: "Elena Rodriguez",
|
||||
socialLinks: [
|
||||
{ icon: Twitter, url: "https://twitter.com" },
|
||||
{ icon: Linkedin, url: "https://linkedin.com" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
containerStyle="default"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user