Update src/app/page.tsx

This commit is contained in:
2026-04-04 13:30:02 +00:00
parent 6d76cadac4
commit 69918c8f42

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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"
/>
</div>