diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..51a8ed5 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/logo-light.png b/public/logo-light.png new file mode 100644 index 0000000..1293296 Binary files /dev/null and b/public/logo-light.png differ diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..51a8ed5 Binary files /dev/null and b/public/logo.png differ diff --git a/src/app/icon.png b/src/app/icon.png new file mode 100644 index 0000000..a87d03a Binary files /dev/null and b/src/app/icon.png differ diff --git a/src/app/icon.svg b/src/app/icon.svg deleted file mode 100644 index 53b9056..0000000 --- a/src/app/icon.svg +++ /dev/null @@ -1,72 +0,0 @@ - - {/* Outer Ring */} - - - {/* Back Handle Arch */} - - - {/* Main N Bag Body */} - - - {/* 3D Side Face of Right Bag */} - - - {/* Front Handle Arch */} - - - {/* Negative Space lines for Creases and Separators */} - {/* Separator between Right Leg Front and Side */} - - - {/* Crease fold on the 3D Side */} - - - {/* Handle holes/grommets */} - - - - - diff --git a/src/components/home/Download.tsx b/src/components/home/Download.tsx index 8e66fb7..3026f95 100644 --- a/src/components/home/Download.tsx +++ b/src/components/home/Download.tsx @@ -1,136 +1,181 @@ 'use client' import { motion } from 'framer-motion' -import { SectionHeader } from '@/components/ui/SectionHeader' -import { GlassCard } from '@/components/ui/GlassCard' import { fadeUp, staggerContainer, viewportConfig } from '@/lib/animations' -type DownloadCard = { - name: string - role: string - desc: string - playUrl: string - qrSymbol: string - color: string - tag: string -} - -const CARDS: DownloadCard[] = [ - { - name: 'Nearle Deal', - role: 'For Residents', - desc: 'Order groceries, buy daily essentials, secure community deals, and manage local bookings in one dashboard.', - playUrl: 'https://play.google.com/store/apps/details?id=com.nearle.deal', - qrSymbol: '🥦', - color: 'border-purple-lavender/50 hover:border-purple-primary bg-gradient-to-br from-white to-purple-soft/20', - tag: 'Shop Now', - }, - { - name: 'Nearle Partner', - role: 'For Businesses', - desc: 'List catalog products, manage orders instantly, inspect revenue graphs, and execute instant escrow cash outs.', - playUrl: 'https://play.google.com/store/apps/details?id=com.nearle.partner', - qrSymbol: '🏪', - color: 'border-purple-lavender/50 hover:border-purple-primary bg-gradient-to-br from-white to-purple-soft/20', - tag: 'Grow Sales', - }, - { - name: 'Nearle Gear', - role: 'For Riders', - desc: 'Receive optimized route paths, complete geolocated drop confirmations, and view comprehensive fleet earnings.', - playUrl: 'https://play.google.com/store/apps/details?id=com.nearle.gear', - qrSymbol: '🛵', - color: 'border-purple-lavender/50 hover:border-purple-primary bg-gradient-to-br from-white to-purple-soft/20', - tag: 'Earn Daily', - }, - { - name: 'Nearle Admin', - role: 'For Coordinators', - desc: 'Oversee local hubs, monitor rider activity levels, approve new merchant stores, and check operational health.', - playUrl: 'https://play.google.com/store/apps/details?id=com.nearle.admin', - qrSymbol: '🔮', - color: 'border-purple-lavender/50 hover:border-purple-primary bg-gradient-to-br from-white to-purple-soft/20', - tag: 'Manage Hub', - }, -] - export function Download() { return ( -
- {/* Decorative Grids */} -
+
+ {/* Background soft glowing blur elements */} +
+
- - Deploy the Nearle -
- - Platform Today - - - } - sub="Scan the QR codes or download directly from Google Play Store to activate your smart neighbourhood ecosystem." - align="center" - className="mb-16 sm:mb-20" - /> +
+ + {/* Left Column: Interactive Mobile Mockup Showcase */} +
+ + {/* Glowing Backdrop Lights */} +
+ + {/* Floating UI Elements */} +
+ 🥦 +
+
Residents
+
Fresh Greens Delivered
+
+
- - {CARDS.map((card) => ( - - -
-
- - {card.role} - - - {card.tag} - -
+
+ 🛵 +
+
Rider Network
+
Optimized Delivery Routes
+
+
-

- {card.name} -

- -

- {card.desc} -

+ {/* Phone Mockup Frame */} +
+ + {/* Camera Notch */} +
+ + {/* Inner Screen Content */} +
+ + {/* Micro glowing backgrounds inside the phone */} +
+ + {/* Header */} +
+
Nearle App
+
4G LTE
-
- {/* Mock QR Code container */} -
-
- {card.qrSymbol} + {/* Main Content inside Mockup */} +
+
+ + Hyperlocal Suite + +

+ Your World,
Inside Your Pocket +

+
+ + {/* Inside App Preview Cards */} +
+ + {/* App item 1 */} +
+
+ 🏪 +
+
+
Nearle Partner
+
Local Merchant App
+
+
+ + {/* App item 2 */} +
+
+ 🔮 +
+
+
Nearle Admin
+
Community Coordinator
+
-
-
- - - ))} - + + {/* Footer UI inside Phone */} +
+
Coimbatore, India
+
+ +
+
+
+ + {/* Right Column: Premium Text & Direct CTA Layout */} +
+ +
+ + Get the Nearle App +
+ +

+ Redefine Your
+ + Neighbourhood Living + +

+ +

+ Experience the ease of having all local amenities, stores, daily fresh goods, and customized neighborhood home services compiled inside India's #1 hyperlocal platform. Download directly to activate your neighborhood Living. +

+ + {/* Quick Benefits Grid */} +
+ {[ + { title: 'Nearle Deal', desc: 'Instantly shop daily goods and fresh groceries.', emoji: '🥦' }, + { title: 'Nearle Partner', desc: 'Manage catalog products and instant store setups.', emoji: '🏪' }, + { title: 'Nearle Gear', desc: 'Optimized rider log and route mappings.', emoji: '🛵' }, + { title: 'Nearle Admin', desc: 'Operate local hubs and coordinate logistics.', emoji: '🔮' }, + ].map((b) => ( +
+ {b.emoji} +
+
{b.title}
+

{b.desc}

+
+
+ ))} +
+ + {/* Direct High-Fidelity Call To Action Container */} +
+
Direct Download
+ +
+ {/* Google Play Store Link Button */} + + 🤖 + Google Play + + + {/* Apple App Store Link Button */} + + 🍎 + App Store + +
+ +
+ Install the unified ecosystem app directly on your Android or iOS device to get started instantly. +
+
+ +
+ +
-
+
) } diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 641e9a8..2637827 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -22,10 +22,7 @@ export function Footer() {
- - - Nearle - +

Your Neighbourhood, Your World. diff --git a/src/components/layout/Navbar.tsx b/src/components/layout/Navbar.tsx index adcf43b..28aaaf1 100644 --- a/src/components/layout/Navbar.tsx +++ b/src/components/layout/Navbar.tsx @@ -24,10 +24,9 @@ const HOME_SECTIONS = [ const NAV: NavItem[] = [ { label: 'Home', href: '/', sectionId: 'home' }, + { label: 'Business', href: '/businesses' }, + { label: 'People', href: '/communities', sectionId: 'map' }, { label: 'About', href: '/about' }, - { label: 'Communities', href: '/communities', sectionId: 'map' }, - { label: 'Businesses', href: '/businesses' }, - { label: 'Download', href: '/#download', sectionId: 'download' }, { label: 'Contact', href: '/contact', sectionId: 'contact' }, ] @@ -72,10 +71,7 @@ export function Navbar() { >