Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:21:07 +00:00
parent fe9eeb21d4
commit d72f8d980e

View File

@@ -79,7 +79,7 @@ export default function HomePage() {
imageSrc="http://img.b2bpic.net/free-photo/distribution-warehouse-building-interior-large-storage-area-with-goods-shelf_342744-1452.jpg?_wi=1"
imageAlt="Nowoczesne centrum logistyczne Fibro Poland"
buttons={[
{ text: "Zadzwoń teraz", href: "tel:+48717XXXXX" },
{ text: "Bezpłatna wycena logistyczna", href: "tel:+48717XXXXX" },
{ text: "Wyślij zapytanie", href: "#contact-cta" },
]}
buttonAnimation="slide-up"
@@ -214,4 +214,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}