diff --git a/src/app/page.tsx b/src/app/page.tsx index 29cea5f..603e535 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Award, Mail, Sparkles, TrendingUp, Trophy, Zap } from "lucide-react"; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import { Award, Mail, Sparkles, TrendingUp, Trophy, Zap, Facebook, Youtube, Instagram, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -66,6 +67,39 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file