From 91fc81cc08c844b1177cb2f3802d715c279daa20 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:11:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 933a69d..21324a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,7 @@ export default function LandingPage() { >
@@ -249,10 +252,10 @@ export default function LandingPage() { tag="Get in Touch" tagIcon={Phone} tagAnimation="slide-up" - title="Ready to Partner With Us?" - description="Contact our B2B sales team today for quotes, bulk orders, or custom specifications. We're committed to finding the right solution for your needs." + title="Ready to Partner With K. R. Steel?" + description="Contact our B2B sales team today for quotes, bulk orders, or custom specifications. We're committed to finding the right solution for your industrial needs." buttons={[ - { text: "Request Quote", href: "mailto:sales@metatradepro.com" }, + { text: "Request Quote", href: "mailto:sales@krsteel.com" }, { text: "Call Sales Team", href: "tel:+1-800-555-0199" } ]} buttonAnimation="slide-up" @@ -263,12 +266,12 @@ export default function LandingPage() { -- 2.49.1