From 42870e9bfcd30170665a127beca7b1e7acf9e62e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 06:14:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 ++++++++++++++++------------------------------- 1 file changed, 82 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00ca169..acc4c76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award } from "lucide-react"; +import { Award, Utensils, MapPin, Clock, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -26,166 +26,92 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1