Update src/app/page.tsx

This commit is contained in:
2026-05-30 13:46:21 +00:00
parent 128b237dca
commit d5dae76f71

View File

@@ -69,7 +69,6 @@ export default function LandingPage() {
{ text: "Poznaj Nasze Pieczywo", href: "#products" },
{ text: "Zamów Online", href: "#contact" }
]}
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
@@ -78,8 +77,6 @@ export default function LandingPage() {
}
buttons={[{ text: "Dowiedz się więcej", href: "#about" }]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-cooking-tiramisu_23-2149599597.jpg"
imageAlt="baker kneading dough close up hands"
/>
</div>
<div id="features" data-section="features">
@@ -175,7 +172,7 @@ export default function LandingPage() {
<SocialProofOne
title="Nasi Zaufani Partnerzy"
description="Współpracujemy z najlepszymi lokalnymi dostawcami, aby zapewnić najwyższą jakość produktów."
logos={[
items={[
{ src: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737663.jpg", alt: "logo of organic flour mill" },
{ src: "http://img.b2bpic.net/free-vector/original-coffee-stamp-with-transport_24877-54432.jpg", alt: "logo of specialty coffee roaster" },
{ src: "http://img.b2bpic.net/free-vector/cartoon-cow-with-farm-fresh-label_1308-109470.jpg", alt: "logo of local dairy farm milk" },
@@ -238,7 +235,6 @@ export default function LandingPage() {
}
]}
copyrightText="© 2024 Piekarnia Rzemieślnicza. Wszystkie prawa zastrzeżone."
useInvertedBackground={false}
/>
</div>
</ThemeProvider>