diff --git a/src/app/page.tsx b/src/app/page.tsx index d8bcb29..637a78f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Music, UtensilsCrossed, UmbrellaBench, Sparkles } from 'lucide-react'; +import { Music, UtensilsCrossed, Umbrella, Sparkles } from 'lucide-react'; export default function LandingPage() { return ( @@ -65,7 +65,7 @@ export default function LandingPage() { metrics={[ { icon: UtensilsCrossed, label: "Fresh Seafood", value: "Daily" }, { icon: Music, label: "Live Music", value: "Weekends" }, - { icon: UmbrellaBench, label: "Beach Distance", value: "50m" }, + { icon: Umbrella, label: "Beach Distance", value: "50m" }, { icon: Sparkles, label: "Sunset Views", value: "Nightly" } ]} metricsAnimation="slide-up"