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" 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() {