diff --git a/public/super.png b/public/super.png new file mode 100644 index 0000000..711da72 Binary files /dev/null and b/public/super.png differ diff --git a/src/app/businesses/page.tsx b/src/app/businesses/page.tsx index 85cc7e4..cf3e065 100644 --- a/src/app/businesses/page.tsx +++ b/src/app/businesses/page.tsx @@ -125,7 +125,7 @@ export default function BusinessesPage() { {/* ─── Build Your Neighborhood Brand ─── */}
-
+
{/* Header */}
@@ -144,14 +144,14 @@ export default function BusinessesPage() { {/* Cards grid */} {/* Card 1 - Get Online */} - + 01
-
+

Get Online

@@ -173,14 +173,14 @@ export default function BusinessesPage() { {/* Card 2 - Get Noticed */} - + 02
-
+

Get Noticed

@@ -194,14 +194,14 @@ export default function BusinessesPage() { {/* Card 3 - Get Simplified */} - + 03
-
+

Get Simplified

diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 796424b..3fd6cd2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,7 +20,7 @@ export const metadata: Metadata = { template: "%s | Nearle", }, description: - "Hyper-local essentials, hot meals, and professional services from verified businesses within your 2km radius. India's #1 neighborhood commerce platform.", + "Hyper-local essentials, hot meals, and professional services from verified businesses. India's #1 neighborhood commerce platform.", keywords: [ "hyperlocal", "neighborhood delivery", @@ -34,7 +34,7 @@ export const metadata: Metadata = { openGraph: { title: "Nearle: Your Neighborhood, Delivered", description: - "Hyper-local essentials, hot meals, and professional services from verified businesses within your 2km radius.", + "Hyper-local essentials, hot meals, and professional services from verified businesses", url: "https://nearle.in", siteName: "Nearle", locale: "en_IN", diff --git a/src/app/merchants/page.tsx b/src/app/merchants/page.tsx index ab92a94..c2e3179 100644 --- a/src/app/merchants/page.tsx +++ b/src/app/merchants/page.tsx @@ -67,7 +67,7 @@ const BENEFITS = [ { icon: "people_nearby", title: "Nearby Customer Reach", - desc: "Connect with families and residents living within 2km of your store, your most valuable, loyal customer base.", + desc: "Connect with families and residents living within your neighborhood, your most valuable, loyal customer base.", tone: "bg-[#6330D6]/8 text-[#6330D6]", }, ]; @@ -256,7 +256,7 @@ export default function MerchantsPage() { {/* Stats row */}
{[ - { stat: "2km", label: "Hyperlocal Coverage" }, + { stat: "Local", label: "Hyperlocal Coverage" }, { stat: "24h", label: "Time to Go Live" }, { stat: "Fair", label: "Commission Model" }, ].map((s) => ( diff --git a/src/app/people/page.tsx b/src/app/people/page.tsx index b7344e6..6945a26 100644 --- a/src/app/people/page.tsx +++ b/src/app/people/page.tsx @@ -11,7 +11,7 @@ import type { Metadata } from "next"; export const metadata: Metadata = { title: "Nearle for People", description: - "Discover verified local stores, save your favourite merchants, and order everyday essentials with superfast local delivery from shops within your 2km neighbourhood.", + "Discover verified local stores, save your favourite merchants, and order everyday essentials with superfast local delivery from shops within your neighbourhood.", }; const OFFERINGS = [ @@ -39,7 +39,7 @@ const OFFERINGS = [ descr: "Enjoy the ease of the World Wide Web, fulfilled entirely by trusted local businesses. Avoid traffic lights, parking hassles, and pollution.", icon: "travel_explore", color: "from-green-500/10 to-emerald-500/10 text-secondary border-green-100", - image: "/images/slider-courier-mask-purple-v5.webp", + image: "/super.png", isWide: false }, { diff --git a/src/components/heroes/AboutHero.tsx b/src/components/heroes/AboutHero.tsx index 3996b1b..943c4bf 100644 --- a/src/components/heroes/AboutHero.tsx +++ b/src/components/heroes/AboutHero.tsx @@ -7,7 +7,7 @@ import { HeroLogo } from "@/components/heroes/HeroLogo"; import { staggerContainer } from "@/lib/animations"; const HERO_STATS = [ - { title: "2km Coverage", icon: "explore", desc: "Hyperlocal radius" }, + { title: "Coverage", icon: "explore", desc: "Hyperlocal radius" }, { title: "Verified Local Stores", icon: "store", desc: "Growing local commerce" }, { title: "Happy Customers", icon: "mood", desc: "Neighbourhood community" }, { title: "Coimbatore & Beyond", icon: "location_city", desc: "Growing neighbourhood reach" }, diff --git a/src/components/heroes/PeopleHero.tsx b/src/components/heroes/PeopleHero.tsx index ba30353..13ac4d3 100644 --- a/src/components/heroes/PeopleHero.tsx +++ b/src/components/heroes/PeopleHero.tsx @@ -8,7 +8,7 @@ import { staggerFast } from "@/lib/animations"; const HERO_STATS = [ { title: "Verified Local Stores", icon: "store", desc: "Growing local commerce" }, - { title: "2km Neighbourhood", icon: "location_on", desc: "Hyperlocal service radius" }, + { title: "Neighbourhood", icon: "location_on", desc: "Hyperlocal service radius" }, { title: "Happy Customers", icon: "mood", desc: "Growing neighbourhood community" }, { title: "Trusted Platform", icon: "star", desc: "Loved by local shoppers" }, ]; diff --git a/src/components/home/Hero.tsx b/src/components/home/Hero.tsx index 148f79f..0183e11 100644 --- a/src/components/home/Hero.tsx +++ b/src/components/home/Hero.tsx @@ -13,8 +13,8 @@ const EASE_LOGO = [0.16, 1, 0.3, 1] as [number, number, number, number]; const PROOF_ITEMS = [ { label: "Verified", text: "Local Stores", icon: "store" }, - { label: "2km", text: "Neighbourhood Coverage", icon: "location_on" }, - { label: "Growing", text: "Customer Community", icon: "mood" }, + { label: "Neighborhood", text: "Coverage", icon: "location_on" }, + { label: "Growing", text: "Happy Customers", icon: "mood" }, { label: "Trusted", text: "Local Platform", icon: "star" }, ];