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"