diff --git a/src/app/page.tsx b/src/app/page.tsx index 52f2985..1631725 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Clock, MapPin, Utensils } from 'lucide-react'; +import { Clock, MapPin, Flame, Palette, Music, Heart } from 'lucide-react'; export default function LandingPage() { return ( @@ -27,27 +27,27 @@ export default function LandingPage() { >
@@ -55,12 +55,12 @@ export default function LandingPage() {
@@ -97,24 +98,24 @@ export default function LandingPage() {