diff --git a/src/app/page.tsx b/src/app/page.tsx index 4209596..27ee388 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,21 +2,20 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import AboutMetric from "@/components/sections/about/AboutMetric"; -import FeatureCardEleven from "@/components/sections/feature/FeatureCardEleven"; -import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import FaqBase from "@/components/sections/faq/FaqBase"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Award, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return (