From af42429d016707e1cd99d8640f27d17d72848c23 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:01:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++++++++++++++------------------------- 1 file changed, 114 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index daa5297..d829e9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { History, Smile, Wheat, MapPin, Award, Truck } from "lucide-react"; +import { Wheat, MapPin, Award, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -30,138 +30,127 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
+ +
); -- 2.49.1