Update src/app/shop/page.tsx
This commit is contained in:
@@ -69,6 +69,7 @@ export default function ShopPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Aangepaste Bestelling", href: "/contact" }
|
{ text: "Aangepaste Bestelling", href: "/contact" }
|
||||||
]}
|
]}
|
||||||
|
textBoxButtonClassName="bg-primary-cta hover:bg-primary-cta/90 text-white px-8 py-4 text-lg font-semibold rounded-lg transition-all duration-300"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -96,4 +97,4 @@ export default function ShopPage() {
|
|||||||
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
<FooterLogoReveal logoText="Geüpcycled Threads" />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user