From 26db7bf34c20b9ac529cfb1f2f1b0233c8e1d478 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 11:08:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99bee57..2077b35 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -66,11 +67,12 @@ export default function LandingPage() {
-- 2.49.1