diff --git a/src/app/page.tsx b/src/app/page.tsx index 03fae15..149cee6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,15 +1,15 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplit from "@/components/sections/hero/HeroSplit"; -import SplitAbout from "@/components/sections/about/SplitAbout"; -import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Zap, Eye, DollarSign, HeartHandshake, Shield } from "lucide-react"; import Link from "next/link";