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 @@ - 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 ( -
- {card.desc} -
+ {/* Phone Mockup Frame */} ++ 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 */} +{b.desc}
+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() { >