diff --git a/src/app/page.tsx b/src/app/page.tsx index d7782eb..9c257fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,110 +2,100 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Coffee } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- - - +
);