diff --git a/src/app/page.tsx b/src/app/page.tsx index a2a586d..3888a90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Calendar, ChefHat, Heart, Sparkles, Utensils, Candle, Music, Wine, Shield, Users } from "lucide-react"; +import { Calendar, ChefHat, Heart, Sparkles, Utensils, Music, Wine, Shield, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -111,7 +111,7 @@ export default function LandingPage() { features={[ { title: "Intimate Setting", description: "Thoughtfully designed spaces for personal connections and special celebrations.", bentoComponent: "icon-info-cards", items: [ - { icon: Candle, label: "Ambient Lighting", value: "Mood" }, + { icon: Music, label: "Ambient Lighting", value: "Mood" }, { icon: Music, label: "Curated Soundtrack", value: "Experience" }, { icon: Wine, label: "Wine Selection", value: "Curated" } ]