diff --git a/src/app/page.tsx b/src/app/page.tsx index 9643900..f36a409 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,10 @@ export default function LandingPage() { { value: "24/7", label: "Creative Support" }, ]} enableKpiAnimation={true} - buttons={[{ text: "Get Started", href: "#contact" }]} + buttons={[ + { text: "Get Started", href: "#contact" }, + { text: "View Portfolio", href: "#products" } + ]} imageSrc="http://img.b2bpic.net/free-photo/3d-rendered-design-elements-arrangement_23-2148996770.jpg" mediaAnimation="blur-reveal" avatars={[ @@ -151,7 +154,7 @@ export default function LandingPage() {