diff --git a/src/app/page.tsx b/src/app/page.tsx index 85f9c52..f937a1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Clock, Facebook, Instagram, Leaf, ShieldCheck, Truck, Users, Utensils, Wallet } from "lucide-react"; import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; @@ -11,318 +12,159 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Clock, Facebook, Instagram, Leaf, ShieldCheck, Truck, Users, Utensils, Wallet } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- +
);