Update src/app/page.tsx
This commit is contained in:
@@ -9,7 +9,6 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import { Github, Twitter, Zap, Users, ShieldCheck, Mail } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -61,6 +60,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="one-large-left-three-stacked-right"
|
gridVariant="one-large-left-three-stacked-right"
|
||||||
title="Polecane produkty"
|
title="Polecane produkty"
|
||||||
description="Najświeższe dropy wyselekcjonowane przez ekspertów."
|
description="Najświeższe dropy wyselekcjonowane przez ekspertów."
|
||||||
|
useInvertedBackground={false}
|
||||||
products={[
|
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: "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" },
|
{ 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."
|
description="Wszystko, co musisz wiedzieć o społeczności."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
|
useInvertedBackground={false}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -90,6 +91,8 @@ export default function LandingPage() {
|
|||||||
names={["RepCommunity", "SneakerHeat", "TrustRep", "StyleVault"]}
|
names={["RepCommunity", "SneakerHeat", "TrustRep", "StyleVault"]}
|
||||||
title="Zaufane partnerstwa"
|
title="Zaufane partnerstwa"
|
||||||
description="Współpracujemy z najlepszymi w branży."
|
description="Współpracujemy z najlepszymi w branży."
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -101,6 +104,7 @@ export default function LandingPage() {
|
|||||||
{ name: "name", type: "text", placeholder: "Twoje imię" },
|
{ name: "name", type: "text", placeholder: "Twoje imię" },
|
||||||
{ name: "email", type: "email", placeholder: "Twój email" }
|
{ name: "email", type: "email", placeholder: "Twój email" }
|
||||||
]}
|
]}
|
||||||
|
useInvertedBackground={false}
|
||||||
buttonText="Dołącz"
|
buttonText="Dołącz"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user