3 Commits

Author SHA1 Message Date
e9d2b3e216 Merge version_3 into main
Merge version_3 into main
2026-03-05 07:48:16 +00:00
2f30be2b22 Update src/app/page.tsx 2026-03-05 07:48:12 +00:00
f5c64e697d Merge version_2 into main
Merge version_2 into main
2026-03-05 07:44:57 +00:00

View File

@@ -63,10 +63,11 @@ export default function LandingPage() {
]}
carouselPosition="right"
buttons={[
{ text: "Bekijk Assortiment", href: "assortment" },
{ text: "Vraag Prijs & Sample", href: "contact" },
{ text: "Bekijk Assortiment", href: "assortment" },
]}
buttonAnimation="slide-up"
buttonClassName="px-8 py-3 font-semibold text-lg shadow-lg hover:shadow-xl transition-all duration-300"
/>
</div>