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() {