Update src/app/page.tsx
This commit is contained in:
@@ -105,7 +105,6 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Przeglądaj kolekcję", href: "#products" }
|
{ text: "Przeglądaj kolekcję", href: "#products" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
@@ -113,10 +112,8 @@ export default function LandingPage() {
|
|||||||
heading={[
|
heading={[
|
||||||
{ type: "text", content: "O marce Stylowy Brodacz: Pielęgnacja z pasją." }
|
{ type: "text", content: "O marce Stylowy Brodacz: Pielęgnacja z pasją." }
|
||||||
]}
|
]}
|
||||||
description="Jesteśmy Stylowy Brodacz – marką stworzoną z pasji do męskiej pielęgnacji i uznania dla sztuki dbania o brodę. Nasze produkty to połączenie tradycyjnych receptur z nowoczesnymi innowacjami, zapewniającymi najwyższą jakość i skuteczność. Wierzymy, że zadbana broda to symbol pewności siebie i stylu, dlatego oferujemy tylko to, co najlepsze dla Twojej brody. Dołącz do grona stylowych brodaczy, którzy cenią sobie elegancję i doskonałość w każdym calu."
|
|
||||||
imageSrc={getAsset("about-beard-care").url}
|
imageSrc={getAsset("about-beard-care").url}
|
||||||
imageAlt={getAsset("about-beard-care").alt}
|
imageAlt={getAsset("about-beard-care").alt}
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
@@ -223,7 +220,6 @@ export default function LandingPage() {
|
|||||||
{ title: "Społeczność", items: [{ label: "Instagram", href: "https://instagram.com/stylowybrodacz" }, { label: "Facebook", href: "https://facebook.com/stylowybrodacz" }, { label: "YouTube", href: "https://youtube.com/stylowybrodacz" }] }
|
{ title: "Społeczność", items: [{ label: "Instagram", href: "https://instagram.com/stylowybrodacz" }, { label: "Facebook", href: "https://facebook.com/stylowybrodacz" }, { label: "YouTube", href: "https://youtube.com/stylowybrodacz" }] }
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 Stylowy Brodacz. Wszelkie prawa zastrzeżone."
|
copyrightText="© 2024 Stylowy Brodacz. Wszelkie prawa zastrzeżone."
|
||||||
useInvertedBackground={false}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user