diff --git a/src/app/page.tsx b/src/app/page.tsx index 37b8bea..3d8d92e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Award, CreditCard, Filter, Gift, Smartphone, Sun, Trash2 } from "lucide-react"; +import { Award, Smartphone, Sun, Trash2, Filter, CreditCard, Gift } from "lucide-react"; export default function LandingPage() { return ( @@ -29,22 +29,10 @@ export default function LandingPage() {