From 351109278b427dc69006fc1a877dcbb2471a2a50 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:19:28 +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 abc9660..86df6ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Flame, Home, Shield, Wind } from "lucide-react"; +import { Shield, Wind, Flame, Home } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1