From dd5d882c51c881a70a7f202151bb3c8eddebb6e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:00:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 435514b..dd46623 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, Paintbrush, Users, Windows } from 'lucide-react'; +import { Award, Paintbrush, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -44,7 +44,7 @@ export default function LandingPage() {