Update customer business facts
This commit is contained in:
@@ -76,7 +76,7 @@ export default function HeroSection({ t, whatsappUrl }: { t: Messages; whatsappU
|
||||
<p className="text-xs font-semibold uppercase tracking-[0.22em] text-optical/80">{business.name}</p>
|
||||
<p className="mt-1 text-sm font-semibold text-ink">Temara, Morocco</p>
|
||||
</div>
|
||||
<div className="grid size-12 place-items-center rounded-full bg-ink text-xs font-semibold text-white">2011</div>
|
||||
<div className="grid size-12 place-items-center rounded-full bg-ink text-xs font-semibold text-white">{business.established}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user