diff --git a/src/app/page.tsx b/src/app/page.tsx index 488ae8a..ff4a59f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import { Settings } from "lucide-react"; export default function LandingPage() { return ( @@ -76,6 +77,7 @@ export default function LandingPage() { mediaAnimation="slide-up" imageAlt="Welding workshop interior" useInvertedBackground={true} + icon={Settings} />