diff --git a/src/app/page.tsx b/src/app/page.tsx index 209181c..1762637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,6 +90,9 @@ export default function SkincareTemplatePage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "Shop All", href: "#products" } + ]} /> @@ -177,4 +180,4 @@ export default function SkincareTemplatePage() { ); -} \ No newline at end of file +}