From 5c05779541b3489789d1f5bfedc54fbff60b0240 Mon Sep 17 00:00:00 2001 From: platform-mcp Date: Wed, 17 Jun 2026 14:51:43 +0530 Subject: [PATCH] agent: Fix mobile responsiveness and conversion across pa --- src/components/Header.astro | 51 +++++--- src/pages/contact.astro | 230 +++++++++++++++++++++--------------- src/pages/index.astro | 46 ++++++++ src/pages/portfolio.astro | 31 ++++- 4 files changed, 241 insertions(+), 117 deletions(-) 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) => ( -
- -
+ +