Bob AI: [Block: team-card-one|Team Card One|/blocks/team/T...
This commit is contained in:
@@ -12,7 +12,7 @@ import FooterBase1 from '@/components/sections/footer/FooterBase1';
|
|||||||
import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react";
|
import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react";
|
||||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
|
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import FaqAccordionOne from '@/components/sections/faq/FaqAccordionOne';
|
import FaqAccordionOne from '@/components/sections/faq/FaqAccordionOne';
|
||||||
|
|
||||||
@@ -217,15 +217,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardOne1
|
<TeamCardOne
|
||||||
title="Our Expert Team"
|
title="Meet Our Team"
|
||||||
description="Meet the dedicated team behind iPhone Store, passionate about delivering the best iPhone experience."
|
description="Discover the talented individuals who bring iPhone Store to life."
|
||||||
teamMembers={[
|
members={[
|
||||||
{ name: "John Doe", position: "CEO", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
|
{ id: "1", name: "Alice Johnson", role: "Founder & CEO", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
|
||||||
{ name: "Jane Smith", position: "CTO", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
|
{ id: "2", name: "Bob Smith", role: "CTO", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
|
||||||
{ name: "Mike Johnson", position: "Head of Design", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
|
{ id: "3", name: "Charlie Brown", role: "Head of Design", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" },
|
||||||
{ name: "Emily Davis", position: "Marketing Director", image: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" }
|
{ id: "4", name: "Diana White", role: "Marketing Director", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" }
|
||||||
]}
|
]}
|
||||||
|
gridVariant="grid"
|
||||||
|
animationType="slide"
|
||||||
|
textboxLayout="boxed"
|
||||||
|
useInvertedBackground="light"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user