diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e8f209..a9fe2ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Heart, Leaf, Mail, Sprout, Truck, Cactus } from "lucide-react"; +import { Heart, Leaf, Mail, Sprout, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -58,11 +58,11 @@ export default function LandingPage() { buttonAnimation="slide-up" ariaLabel="Hero section - Kaktusak eshop" marqueeItems={[ - { type: "text-icon", text: "🌵 Kolekcia Kaktusov", icon: Cactus }, + { type: "text", text: "🌵 Kolekcia Kaktusov" }, { type: "text", text: "Premium Kvalita" }, - { type: "text-icon", text: "Rýchla Doprava", icon: Truck }, + { type: "text", text: "Rýchla Doprava" }, { type: "text", text: "Exotické Druh" }, - { type: "text-icon", text: "Zdravé Rastliny", icon: Leaf }, + { type: "text", text: "Zdravé Rastliny" }, { type: "text", text: "Záruka Spokojnosti" }, ]} marqueeSpeed={40}