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 ( - - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+ +
+ +
+
);