From 8900f20f1b368e3ed896ed8030a7aee1e3ad3b59 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:17:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} -- 2.49.1