diff --git a/src/components/Header.astro b/src/components/Header.astro index a573906..888a15b 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -85,23 +85,40 @@ const currentPath = Astro.url.pathname; - - + +
+ + + + + + + + +
diff --git a/src/pages/contact.astro b/src/pages/contact.astro index ed71c08..a195592 100644 --- a/src/pages/contact.astro +++ b/src/pages/contact.astro @@ -80,6 +80,23 @@ const trustStats = [ { value: '< 24h', label: 'Response Time' }, { value: '3+', label: 'Years Experience' }, ]; + +// Service options — rendered as large, tappable radio tiles (replacing the +// old native - - + +
+ +
+ - -
- - -
- -
- - - - - + + + -
+
- + +
+ + Service Needed + (required) + +
+ {serviceOptions.map((opt) => ( + + ))} +
+ +
+ +
-
- {['< ₹1L', '₹1L – ₹5L', '₹5L – ₹15L', '₹15L+', 'Not sure yet'].map((range, i) => ( -
- -
+ +