From 68f68f52e69a98f7317da56cdb245be27a839341 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:08:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++++++++++++++++++--------------------- 1 file changed, 99 insertions(+), 83 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7828796..98e15a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import ContactCenter from "@/components/sections/contact/ContactCenter"; -import { Zap, BowlingBall, Utensils, Star, Phone, MapPin, CalendarDays, Users } from "lucide-react"; +import { Zap, Circle, Utensils, Star, Phone, MapPin, CalendarDays, Users } from "lucide-react"; export default function Page() { const navItems = [ @@ -46,88 +46,104 @@ export default function Page() { return ( - - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+
); -- 2.49.1