From a032dd5b43113eb649eed63aa3a342916c3581c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:10:54 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c85c629..c4aad43 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -40,7 +40,7 @@ export default function ContactPage() { title="Transform Your Supply Chain Operations" description="Schedule a consultation with our logistics experts to see how LogisticNet can optimize your operations. We'll analyze your current logistics costs and show potential savings within 48 hours." tagIcon={Rocket} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@company.com" buttonText="Schedule Consultation" -- 2.49.1 From 849dd08c697635531711823cec52ca00641274e5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:10:55 +0000 Subject: [PATCH 2/3] 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 16bfdc2..77ecbbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function HomePage() {
Date: Wed, 25 Feb 2026 06:10:56 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index c5c74a2..28acc89 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -77,7 +77,7 @@ export default function PricingPage() { title="Get Your Custom Pricing Plan" description="Every enterprise has unique logistics requirements. Schedule a consultation to receive a customized pricing proposal based on your volume, routes, and service level needs. We'll show ROI projections within 48 hours." tagIcon={Rocket} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@company.com" buttonText="Get Custom Quote" -- 2.49.1