Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-19 08:35:21 +00:00

View File

@@ -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" }
]