diff --git a/src/app/page.tsx b/src/app/page.tsx index cf489db..a9ca36f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,17 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroOverlay from "@/components/sections/hero/HeroOverlay"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import ProductCardOne from "@/components/sections/product/ProductCardOne"; -import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { Shield } from "lucide-react"; -import Link from "next/link"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import { Shield } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,11 +29,11 @@ export default function LandingPage() { ); -} \ No newline at end of file +}