From 4f0eb79b29d68b6a0db923edc518302b8ba2d3bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:59:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 513 +++++++++++------------------------------------ 1 file changed, 122 insertions(+), 391 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ae4664..54e382f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Clock, Pizza, Star, Truck } from "lucide-react"; +import { Clock, Pizza, Star, Truck, Utensils, MapPin, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -28,405 +28,136 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1