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 (