diff --git a/src/app/page.tsx b/src/app/page.tsx index 2413bf6..42c3f8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShoppingBasket, Clock, MapPin, Phone, Star } from "lucide-react"; +import { ShoppingBasket, Clock, MapPin, Phone, Star, Sparkles } from "lucide-react"; export default function KiyoPage() { return ( @@ -82,6 +82,8 @@ export default function KiyoPage() {