From aa79c9df3b1fbe85eedb1ed806bffc2eaf3575c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:33:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 122 +++++++++++++++++++++++------------------------ 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c04dec..30ffcd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, Heart, Award, Star, Calendar } from "lucide-react"; +import { Sparkles, Heart, Award, Star, Calendar, Wrench, Droplet, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -27,7 +27,7 @@ export default function LandingPage() { >
@@ -69,9 +69,9 @@ export default function LandingPage() {
@@ -114,29 +114,29 @@ export default function LandingPage() {