diff --git a/src/app/page.tsx b/src/app/page.tsx index a8ed78b..4516d7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split-actions" buttons={[ - { text: "Buy Now", href: "#" }, + { text: "Add to Cart", href: "#" }, { text: "Discover More", href: "#" }, ]} gridVariant="four-items-2x2-equal-grid"