diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a56c0c..783e32b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Heart } from "lucide-react"; +import { Heart, Accessibility, Users, CreditCard } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,11 @@ export default function LandingPage() {