diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c1a8e1..ffbe265 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; export default function LandingPage() { return (