From d4c11752561a468983139e3445c4e8ddc3ced651 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:19:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) 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 -- 2.49.1