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

This commit is contained in:
2026-02-05 12:07:38 +02:00
parent 1e8ce5a5ff
commit 2deee11e99

View File

@@ -12,6 +12,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-react";
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
export default function LandingPage() {
return (
@@ -213,6 +214,19 @@ export default function LandingPage() {
]} carouselMode="buttons" gridVariant="timeline" title="iPhone Accessories" description="Explore our range of iPhone accessories to enhance your device." buttons={[{ text: "Shop Now", href: "#" }]} textboxLayout="left" useInvertedBackground="light" ariaLabel="iPhone Accessories Section" className="mb-8" />
</div>
<div id="team" data-section="team">
<TeamCardOne1
title="Our Expert Team"
description="Meet the dedicated team behind iPhone Store, passionate about delivering the best iPhone experience."
teamMembers={[
{ name: "John Doe", position: "CEO", image: "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" },
{ name: "Mike Johnson", position: "Head of Design", image: "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" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[