From ff68df1857d6dbc4bfb1b3423afc25fe39887612 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 19:37:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95b5d64..adfabe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Coffee, Heart, Globe, Users, Star, UtensilsCrossed } from "lucide-react"; +import { Coffee, Heart, Globe, Users, Star, UtensilsCrossed, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -41,7 +41,7 @@ export default function LandingPage() { ); } - -// Missing icon import: Sparkles - please import Sparkles from lucide-react -// Sparkles is used in about section bulletPoints but not imported above \ No newline at end of file