From fbdd36635588e9f35793374c1a709d568bc5613d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:29:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 060ca85..a98570f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Sparkles, Star } from 'lucide-react'; +import { Sparkles, Star, Smile, Zap, Shield, Heart } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,7 +28,7 @@ export default function LandingPage() {