diff --git a/src/app/page.tsx b/src/app/page.tsx index da18125..2a4fe56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import Input from '@/components/form/Input'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { BarChart3, Headphones, Mail, MessageCircle, Phone, Rocket, Shield, Smartphone, Star, TrendingUp, Zap, CheckCircle, AlertCircle } from "lucide-react"; import { useState } from 'react';