diff --git a/src/app/page.tsx b/src/app/page.tsx index 860bd4d..88eaae4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import CardStack from '@/components/cardStack/CardStack'; -import { Clock, Flame, Heart, MapPin, Music, Utensils, Star, Wine } from "lucide-react"; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import { Clock, Flame, Heart, MapPin, Music, Utensils, Star, Wine, Coffee, Apple } from "lucide-react"; export default function LandingPage() { return ( @@ -69,24 +69,19 @@ export default function LandingPage() {
@@ -141,4 +136,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}