Listing Card

Property listing with a warm gradient photo, status pill, save heart, price chip, and beds/baths footer.

221B Riverside AvenueFor sale$1,240,000
221B Riverside AvenueIstanbul · Levent
32142 m²

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Realestate1 } from "@/components/beste/piece/realestate1";

<Realestate1
  address="221B Riverside Avenue"
  city="Istanbul · Levent"
  price="$1,240,000"
  beds={3}
  baths={2}
  area="142 m²"
  image="https://images.unsplash.com/photo-1676443445368-ec3798dda7f8?w=300&auto=format&fit=crop&q=80&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fGlzdGFuYnVsJTIwbG9mdHxlbnwwfHwwfHx8MA%3D%3D"
  tone="primary"
  statusLabel="For sale"
/>