diff --git a/src/app/page.tsx b/src/app/page.tsx index 21044fc..60327f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> +
+ +
+