Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e7569752b | |||
| f8f159405c | |||
| 9aef1a2b6a | |||
| 19f3ecb3c8 |
@@ -10,6 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Brain, CheckCircle, HelpCircle, Sparkles, Star, Target, TrendingUp } from 'lucide-react';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -273,6 +274,29 @@ export default function LandingPage() {
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
<div id="teamcardone" data-section="teamcardone">
|
||||
<TeamCardOne
|
||||
members={[
|
||||
{ id: "1", name: "John Doe", role: "Executive Coach", imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg" },
|
||||
{ id: "2", name: "Jane Smith", role: "Senior Consultant", imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg" },
|
||||
{ id: "3", name: "Emily Johnson", role: "Leadership Trainer", imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg" }
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
gridVariant="grid"
|
||||
animationType="slide"
|
||||
title="Meet Our Team"
|
||||
description="Our team of expert coaches and consultants are dedicated to helping you achieve your business goals."
|
||||
tag="Expertise"
|
||||
buttons={[
|
||||
{ label: "Learn More", href: "#about", dataWebildId: "team_card_one_button_1" },
|
||||
{ label: "Contact Us", href: "#contact", dataWebildId: "team_card_one_button_2" }
|
||||
]}
|
||||
textboxLayout="left"
|
||||
useInvertedBackground="none"
|
||||
className="mb-10"
|
||||
/>
|
||||
</div>
|
||||
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user