From 4121b658030ac43d282b25fb22fd4bcbec54483c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:26:27 +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 cf165d3..62ccd95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,8 +68,8 @@ export default function LandingPage() { title="Engineering excellence meets creative freedom. A modular console system built for professionals who refuse to compromise on performance or flexibility." useInvertedBackground={false} buttons={[ - { text: "View Specifications", href: "#features" }, - { text: "Contact Sales", href: "#contact" } + { text: "Contact Sales", href: "#contact" }, + { text: "View Specifications", href: "#features" } ]} /> -- 2.49.1