diff --git a/src/app/page.tsx b/src/app/page.tsx index d51b8dd..0e3e3c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,157 +2,157 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Fish, Soup, Sparkles, Utensils, Camera, Heart, ChefHat } from "lucide-react"; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Utensils, Fish, Soup, Camera, Heart, ChefHat } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);