From 0379d1f05d9ceafc43b82b4ba31dd7d37196f3be Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 5 Feb 2026 14:16:28 +0100 Subject: [PATCH] fix: restore critical build/deploy fixes and standardize destructive UI state --- components/ContactForm.tsx | 7 +- components/RequestQuoteForm.tsx | 7 +- components/ui/Button.tsx | 7 +- styles/globals.css | 133 +++++++++++++++++++++++--------- 4 files changed, 112 insertions(+), 42 deletions(-) diff --git a/components/ContactForm.tsx b/components/ContactForm.tsx index 71ebfded..4d3f321f 100644 --- a/components/ContactForm.tsx +++ b/components/ContactForm.tsx @@ -86,7 +86,12 @@ export default function ContactForm() {

{t('form.error') || 'Something went wrong. Please check your input and try again.'}

- diff --git a/components/RequestQuoteForm.tsx b/components/RequestQuoteForm.tsx index 91b4aa0c..13462e91 100644 --- a/components/RequestQuoteForm.tsx +++ b/components/RequestQuoteForm.tsx @@ -98,7 +98,12 @@ export default function RequestQuoteForm({ productName }: RequestQuoteFormProps)

{t('errorDesc') || 'Something went wrong. Please try again.'}

- diff --git a/components/ui/Button.tsx b/components/ui/Button.tsx index 5e54b513..8aec1bd9 100644 --- a/components/ui/Button.tsx +++ b/components/ui/Button.tsx @@ -11,7 +11,7 @@ export interface ButtonProps extends React.ButtonHTMLAttributes