diff --git a/src/app/page.tsx b/src/app/page.tsx index f62084c..2391423 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine/FeatureCardTwentyNine'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix/FeatureCardTwentySix'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis/FooterLogoEmphasis'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay/HeroOverlay'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne/TestimonialCardOne'; import { Zap, Leaf, ChefHat } from 'lucide-react'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; export default function LandingPage() { return ( @@ -26,154 +26,116 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);