diff --git a/src/app/page.tsx b/src/app/page.tsx index 4910b26..624a9ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-reac import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TeamCardOne1 from '@/components/sections/team/TeamCardOne1'; +import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( @@ -252,6 +253,23 @@ export default function LandingPage() { /> +
+ +
+