diff --git a/src/app/page.tsx b/src/app/page.tsx index 02a34b8..3475bca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" carouselMode="buttons" buttons={[ - { text: "See all designs", href: "#" } + { text: "View Our Full Portfolio", href: "#" } ]} products={[ { @@ -196,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file