Plain text address block with an uppercase label, two street lines, city and postal, and a muted country.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Location3 } from "@/components/beste/piece/location3";
<Location3
label="Headquarters"
line1="123 Atlantic Avenue"
line2="Suite 4B"
city="Brooklyn, NY"
postal="11201"
country="United States"
/>