From b24789c0cba8926377c1fb6c2918a03c54a72a72 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:00:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 71 +++++++++++++++++++++++++++++------------------- 1 file changed, 43 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fb63fd..d7d571a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import { Scissors, Waves, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -39,7 +40,7 @@ export default function LandingPage() {