diff --git a/src/app/page.tsx b/src/app/page.tsx index 8736f0e..1bed69e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Smile, Star } from "lucide-react"; +import { Award, Smile, Star, Sun, Sparkles, Calendar, Bed } from "lucide-react"; export default function LandingPage() { return ( @@ -32,30 +32,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file