Merge version_2 into main #1
@@ -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 } from "lucide-react";
|
||||
import { Heart, Leaf, Mail, Sprout, Truck, Cactus } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -39,9 +39,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Vítajte v Kaktusaku"
|
||||
description="Objavte našu jedinečnú kolekciu zdravých a krásnych kaktusov. Každý kaktus je starostlivo pestovaný a pripravený obohatať váš domov zeleňou."
|
||||
background={{ variant: "downward-rays-static-grid" }}
|
||||
title="Váš Oasis Zeleňa - Kaktusak Eshop"
|
||||
description="Objavte našu jedinečnú kolekciu zdravých a krásnych kaktusov, ktoré dodajú každej miestnosti exotickú krásu. Od malých ornamentálnych rastlín až po veľké statement pieces - nájdite svojho ideálneho kaktusa. Kaktusak je vaše riešenie pre pestovanie kaktusov s najvyššou kvalitou a zárukou spokojnosti."
|
||||
background={{ variant: "animated-grid" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", alt: "Spokojný zákazník 1"},
|
||||
@@ -50,13 +50,23 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-friendly-woman-holding-shopping-bags_1098-1574.jpg", alt: "Spokojný zákazník 3"},
|
||||
]}
|
||||
avatarText="Obľúbené viac ako 500+ zákazníkmi"
|
||||
avatarText="Obľúbené viac ako 500+ kaktusákov"
|
||||
buttons={[
|
||||
{ text: "Nakúpiť teraz", href: "#products" },
|
||||
{ text: "Zistiť viac", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section - Kaktusak eshop"
|
||||
marqueeItems={[
|
||||
{ type: "text-icon", text: "🌵 Kolekcia Kaktusov", icon: Cactus },
|
||||
{ type: "text", text: "Premium Kvalita" },
|
||||
{ type: "text-icon", text: "Rýchla Doprava", icon: Truck },
|
||||
{ type: "text", text: "Exotické Druh" },
|
||||
{ type: "text-icon", text: "Zdravé Rastliny", icon: Leaf },
|
||||
{ type: "text", text: "Záruka Spokojnosti" },
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user