diff --git a/src/app/page.tsx b/src/app/page.tsx index 90df980..be6c34b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import TeamCardOne from '@/components/sections/team/TeamCardOne'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users } from "lucide-react"; +import { Sparkles, Home, Shield, Users, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -29,373 +26,101 @@ export default function LandingPage() { >