diff --git a/src/app/page.tsx b/src/app/page.tsx index 32800ad..42e452d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import { Clock, MapPin, ShoppingBag, Star } from "lucide-react"; +import { Accessibility, Clock, MapPin, ShoppingBag, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -54,103 +46,58 @@ export default function LandingPage() {