From 6a18a5e7db7e0a298b0508302153b412c2b5a034 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 03:47:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f08862..2d7a297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,6 +126,10 @@ export default function HomePage() { tag="Our Advantages" tagIcon={Award} tagAnimation="slide-up" + buttons={[ + { text: "Explore Products", href: "/products" }, + ]} + buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" -- 2.49.1