From 5f592700391ad5c8760f80fb50619e4130888f00 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:48:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d265a25..37fb61e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Building2, Clock, Cpu, Server, ShieldCheck, Wrench, Zap } from "lucide-react"; +import { Award, Building2, Clock, Cpu, Server, ShieldCheck, Wrench, Zap, Settings } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1