From a389843182107b0c67411b2dba6a863b0001802d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:29:36 +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 e74f7d4..46a9047 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { logoText="ARTISAN CABINETS" description="Bespoke cabinetry crafted with precision, innovation, and timeless elegance" buttons={[ - { text: "Explore Portfolio", href: "#gallery" }, - { text: "Request Consultation", href: "#contact" } + { text: "Request Consultation", href: "#contact" }, + { text: "View Custom Work", href: "#gallery" } ]} slides={[ { -- 2.49.1