From e728376c41e66fcfb1dc69ccdd95e3ff6a136a6e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:18:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +} -- 2.49.1