diff --git a/src/app/page.tsx b/src/app/page.tsx index 8123416..e244517 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; + import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, Truck, Users, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -33,455 +24,14 @@ export default function LandingPage() { -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - );