Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-02 20:17:59 +00:00

View File

@@ -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}