diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f1bcbe..ca6ea69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Github, Twitter, Zap, Users, ShieldCheck, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -61,6 +60,7 @@ export default function LandingPage() { gridVariant="one-large-left-three-stacked-right" title="Polecane produkty" description="Najświeższe dropy wyselekcjonowane przez ekspertów." + useInvertedBackground={false} products={[ { id: "1", name: "Nike TN Black", price: "120 PLN", imageSrc: "http://img.b2bpic.net/free-photo/bride-s-wedding-shoes-stand-wood-floor-outdoor_8353-9649.jpg" }, { id: "2", name: "Nike TN White", price: "120 PLN", imageSrc: "http://img.b2bpic.net/free-photo/denim-sneakers-street-style_53876-15369.jpg" }, @@ -81,6 +81,7 @@ export default function LandingPage() { description="Wszystko, co musisz wiedzieć o społeczności." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} showCard={true} /> @@ -90,6 +91,8 @@ export default function LandingPage() { names={["RepCommunity", "SneakerHeat", "TrustRep", "StyleVault"]} title="Zaufane partnerstwa" description="Współpracujemy z najlepszymi w branży." + textboxLayout="default" + useInvertedBackground={false} /> @@ -101,6 +104,7 @@ export default function LandingPage() { { name: "name", type: "text", placeholder: "Twoje imię" }, { name: "email", type: "email", placeholder: "Twój email" } ]} + useInvertedBackground={false} buttonText="Dołącz" />