From 1222a2511dd997b01a939d8c8ff994dd5696bf96 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 04:57:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 415a38e..612b773 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Church, Clock, MapPin, ForkAndKnife, Wine, Music, Sparkles } from "lucide-react"; +import { Church, Clock, MapPin, ForkKnife, Wine, Music, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -45,7 +45,7 @@ export default function LandingPage() { -- 2.49.1