Bob AI: replace team section with [Block: team-card-one-1|...

This commit is contained in:
2026-02-05 12:25:10 +02:00
parent 07f1cb6f54
commit 41e440da98

View File

@@ -15,6 +15,7 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea
import TeamCardOne from '@/components/sections/team/TeamCardOne'; 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';
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -217,20 +218,20 @@ export default function LandingPage() {
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
<TeamCardOne <TeamCardOne1
title="Meet Our Team" title="Meet Our Team"
description="Discover the talented individuals who bring iPhone Store to life." description="Discover the talented individuals who bring iPhone Store to life."
members={[ members={[
{ id: "1", name: "Alice Johnson", role: "Founder & CEO", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" }, { id: "1", name: "Eve Wilson", role: "Founder & CEO", imageSrc: "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" }, { id: "2", name: "Frank Lee", role: "CTO", imageSrc: "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" }, { id: "3", name: "Grace Chen", role: "Head of Design", imageSrc: "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" } { id: "4", name: "Hank Green", role: "Marketing Director", imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80" }
]} ]}
gridVariant="grid" gridVariant="grid"
animationType="slide" animationType="slide"
textboxLayout="boxed" textboxLayout="boxed"
useInvertedBackground="light" useInvertedBackground="light"
/> />
</div> </div>
<div id="navbar" data-section="navbar"> <div id="navbar" data-section="navbar">