From 6973677769513bed7369e881b708d7644db7ce1a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 09:42:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 456 +---------------------------------------------- 1 file changed, 3 insertions(+), 453 deletions(-) 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() { -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - );