Initial commit
This commit is contained in:
17
src/app/businesses/page.tsx
Normal file
17
src/app/businesses/page.tsx
Normal file
@@ -0,0 +1,17 @@
|
||||
export default function BusinessesPage() {
|
||||
return (
|
||||
<section className="min-h-[70vh] bg-surface px-margin-mobile md:px-margin-desktop py-24">
|
||||
<div className="mx-auto max-w-container-max text-center">
|
||||
<p className="text-label-sm font-black uppercase tracking-widest text-primary">
|
||||
Nearle for Business
|
||||
</p>
|
||||
<h1 className="mt-4 font-display text-4xl font-black text-brand-dark md:text-6xl">
|
||||
Grow with neighborhood delivery.
|
||||
</h1>
|
||||
<p className="mx-auto mt-6 max-w-2xl text-body-lg text-on-surface-variant">
|
||||
Partner with Nearle to reach nearby customers, manage local demand, and deliver faster within your neighborhood.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user