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