From 6e4e42e9cc607cdd0d4644bfdc0e881a8d7d4acd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:35:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ] -- 2.49.1