diff --git a/src/app/page.tsx b/src/app/page.tsx index 67f8be3..a8ed78b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { textboxLayout="split-actions" buttons={[ { text: "Buy Now", href: "#" }, - { text: "View Details", href: "#" }, + { text: "Discover More", href: "#" }, ]} gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}