From 230be118990ff080aae25bf80dd865b56e1bede3 Mon Sep 17 00:00:00 2001 From: Aravind Date: Tue, 23 Jun 2026 19:50:35 +0530 Subject: [PATCH] update layout --- src/app/contact/page.tsx | 164 ++++--- src/app/globals.css | 32 +- src/app/page.tsx | 35 +- src/components/contact/ContactForm.tsx | 12 +- src/components/home/AppPromo.tsx | 164 ------- src/components/home/BusinessSection.tsx | 49 +-- src/components/home/Hero.tsx | 2 +- src/components/home/HowItWorks.tsx | 64 ++- src/components/home/HyperlocalFeatures.tsx | 82 ++-- src/components/home/ServiceCategories.tsx | 17 +- src/components/home/StoreQRSection.tsx | 291 ++++++++++--- src/components/home/WhyNearle.tsx | 22 +- src/components/layout/Footer.tsx | 476 +++++++++++---------- src/components/layout/Navbar.tsx | 162 ++++--- 14 files changed, 841 insertions(+), 731 deletions(-) delete mode 100644 src/components/home/AppPromo.tsx diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 65964dc..33e9581 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,41 +11,82 @@ export const metadata: Metadata = { export default function ContactPage() { return ( -
- {/* ─── Breadcrumbs & Hero Page Header ─── */} -
- {/* Background Image with Overlay */} -
- Contact Nearle Background -
+
+ + {/* ─── Redesigned Hero/Contact Section ─── */} +
+
+ {/* Subtle decorative blurred purple glow behind left content */} +
+ +
+
+ + {/* Left Column — MUST BE VISIBLE */} +
+ + LET’S CONNECT + +

+ Let’s Build Better Neighbourhoods Together. +

+

+ Whether you are a customer, local store owner, or delivery partner, our team is here to help you get started with Nearle. +

-
- {/* Header Title */} -

- Get in touch -

-

- Talk to the Nearle Team -

-

- Have questions about orders, partner onboardings, or neighborhood launches? Reach out and we'll help you. -

-
-
+ {/* Info Rows */} +
+ {/* Row 1 */} +
+
+ +
+
+

Based in Coimbatore

+

Building neighbourhood commerce, one local store at a time.

+
+
+ + {/* Row 2 */} +
+
+ +
+
+

Talk to Our Team

+

Monday to Saturday, 9:30 AM to 6:30 PM.

+
+
+ + {/* Row 3 */} +
+
+ +
+
+

Quick Support

+

Share your details and our team will get back to you.

+
+
+
+
+ + {/* Right Column: Form Card */} +
+ +
+ +
+
+ + {/* ─── Four Contact Info Cards ─── */} -
+
{/* Card 1: Location */} -
+
@@ -67,7 +108,7 @@ export default function ContactPage() {
{/* Card 2: Phones */} -
+
@@ -88,7 +129,7 @@ export default function ContactPage() {
{/* Card 3: Email */} -
+
@@ -107,7 +148,7 @@ export default function ContactPage() {
{/* Card 4: Working Hours */} -
+
@@ -126,44 +167,37 @@ export default function ContactPage() {
-
+ - {/* ─── Map & Form Section ─── */} -
-
- - {/* Left: Google Map (5 Cols) */} -
-
-