From 6235e8d3eb58b17c382ee90080b69fda39655501 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 20:25:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d062dc..814df21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { logoText="DSGN ARTS" description="We help businesses communicate clearly and confidently through strategic visual branding" buttons={[ - { text: "View Portfolio", href: "#portfolio" }, - { text: "Get Started", href: "#contact" } + { text: "Get Started", href: "#contact" }, + { text: "Explore Our Work", href: "#portfolio" } ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/office-tools-colored-surface_23-2148182122.jpg?_wi=1", imageAlt: "Brand Identity Project" }, -- 2.49.1