import React from "react"; import Image from "next/image"; import Link from "next/link"; import { MaterialIcon } from "@/components/ui/MaterialIcon"; import { PremiumPageShell } from "@/components/layout/PremiumPageShell"; import { HeroVisualCollage } from "@/components/layout/HeroVisualCollage"; import { FeatureStatsRow } from "@/components/ui/FeatureStatsRow"; import { BusinessFeaturesGrid } from "@/components/businesses/BusinessFeaturesGrid"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "Nearle for Business", description: "Grow your local business with Nearle. Get discovered by nearby customers, manage online orders, run local offers, and build repeat sales — all from one simple hyperlocal platform.", }; const HERO_BENEFITS = [ { title: "More Visibility Across Nearle", icon: "visibility", desc: "Get discovered by locals" }, { title: "Easy Order Management", icon: "assignment", desc: "Track and fulfill cleanly" }, { title: "Grow Repeat Customers", icon: "trending_up", desc: "Build neighborhood loyalty" }, { title: "Local Delivery Support", icon: "local_shipping", desc: "Deliver fast & verified" } ]; function PhoneMapVisual() { return (
9:41
{[ ["left-[17%] top-[30%]", "bg-[#6330D6]"], ["right-[16%] top-[28%]", "bg-[#006D37]"], ["left-[20%] bottom-[33%]", "bg-[#006D37]"], ["right-[18%] bottom-[32%]", "bg-[#6330D6]"], ["right-[35%] top-[20%]", "bg-[#6330D6]"], ].map(([position, color]) => (
))}

Your Store

4.8 Open 0.8 km
Offers
Shop
); } export default function BusinessesPage() { const collageCards = [ { text: "Nearby Customers", icon: "people" }, { text: "Orders & Offers", icon: "local_offer" }, { text: "Local Delivery Support", icon: "local_shipping" } ]; return ( {/* ─── Hero Section ─── */}
{/* TWO-COLUMN GRID */}
{/* Left Column: Copy & Actions */}
Nearle for Business

Grow Your Local Business,
Neighbourhood by Neighbourhood.

Get discovered by nearby customers, manage orders, and build repeat business from one simple platform.

{/* TODO: Replace with real merchant onboarding URL once confirmed */} List Your Store Explore Solutions
{/* Right Column: Visual Collage */}
{/* BOTTOM HERO BENEFITS */}
{/* ─── Intro Highlight Banner ─── */}
Together, we grow

Get set in minutes and delight the Neighborhood

Nearle is built to help businesses like Yours establish a local online presence and empower neighborhood customers to discover and interact with you directly.

Talk to an Expert
{/* ─── Build Your Neighborhood Brand ─── */}
{/* Header */}
How it works

Build Your Neighborhood Brand

Three simple milestones to scale your retail reach from offline streets straight into neighborhood homes.

{/* Cards grid */}
{/* Card 1 - Get Online */}
01

Get Online

Introduce your business to your Neighbourhood. Compete with online businesses through your offline store.

Local shop storefront with purple awning and now online board
{/* Card 2 - Get Noticed */}
02

Get Noticed

Your products get published to Nearle customers in your neighborhood through the app. Customers search based on location, products, discounts, and promos.

{/* Card 3 - Get Simplified */}
03

Get Simplified

Delight the community with a personalized online experience. Unlock revenue opportunities and marketing strategies that will take your business further.

{["Offers & Discounts", "Loyal Customers", "Repeat Orders"].map((chip) => (
{chip}
))}
Nearle grocery bag filled with vegetables and packaged products
{/* ─── Our Features / Business Grid ─── */} {/* ─── Join/Download Call to Action ─── */}

Nearle is Essential for Business Growth

Leverage the full potential of your neighborhood. Stand above the rest, increase customers, and scale your brand today.

{/* TODO: Replace with real merchant onboarding URL once confirmed */} Register Interest Contact Experts
); }