Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e7569752b | |||
| f8f159405c | |||
| 9aef1a2b6a | |||
| 19f3ecb3c8 | |||
| 4e0e644a2d | |||
| 1c1dd7e2bb | |||
| 1083010a26 | |||
| 042904be54 | |||
| 631189db57 |
@@ -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>
|
||||
);
|
||||
}
|
||||
@@ -3,20 +3,20 @@
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #fffefe;;
|
||||
--card: #f6f7f4;;
|
||||
--foreground: #080908;;
|
||||
--primary-cta: #0e3a29;;
|
||||
--secondary-cta: #e7eecd;;
|
||||
--accent: #35c18b;;
|
||||
--background-accent: #ecebe4;; */
|
||||
--card: #000000;;
|
||||
--foreground: #ffd700;;
|
||||
--primary-cta: #ffd700;;
|
||||
--secondary-cta: #000000;;
|
||||
--accent: #ffd700;;
|
||||
--background-accent: #000000;; */
|
||||
|
||||
--background: #fffefe;;
|
||||
--card: #f6f7f4;;
|
||||
--foreground: #080908;;
|
||||
--primary-cta: #0e3a29;;
|
||||
--secondary-cta: #e7eecd;;
|
||||
--accent: #35c18b;;
|
||||
--background-accent: #ecebe4;;
|
||||
--background: #000000;;
|
||||
--card: #000000;;
|
||||
--foreground: #ffd700;;
|
||||
--primary-cta: #ffd700;;
|
||||
--secondary-cta: #000000;;
|
||||
--accent: #ffd700;;
|
||||
--background-accent: #000000;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user