From 8bb5f43a0044c00d22aff647b5e30470af080a67 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 17:21:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93efb1e..742ca24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,8 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Flame, Leaf, User } from "lucide-react"; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import { Flame, Leaf, User, Camera } from "lucide-react"; export default function LandingPage() { return ( @@ -32,6 +33,7 @@ export default function LandingPage() { + +
); -} +} \ No newline at end of file