From 683b1535e02d2e91096ba2802a334547a73da2ec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 17:38:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 31c61b2..008e3f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Moon, Sparkles, Wind, User } from "lucide-react"; +import { Moon, Sparkles, Wind } from "lucide-react"; export default function LandingPage() { return ( @@ -46,8 +46,7 @@ export default function LandingPage() {