diff --git a/src/app/page.tsx b/src/app/page.tsx index 39e2231..8d0a17a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { HelpCircle, Lightbulb, Quote, Rocket, Sparkles, Zap } from "lucide-react"; +import { HelpCircle, Lightbulb, Quote, Rocket, Sparkles, Zap, Shield, Lock, Gauge } from "lucide-react"; export default function LandingPage() { return ( @@ -85,7 +85,7 @@ export default function LandingPage() {