Location insights card with an emerald score disc, narrative line, and a transit/park/school row list.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Realestate8 } from "@/components/beste/piece/realestate8";
<Realestate8
walkScore={92}
label="Walk score"
summary="Walker's paradise · most errands don't require a car."
items={[
{
"label": "Metro · Levent",
"distance": "3 min walk",
"icon": "transit"
},
{
"label": "Emirgan Park",
"distance": "8 min walk",
"icon": "park"
},
{
"label": "Austrian Lycée",
"distance": "12 min walk",
"icon": "school"
}
]}
tone="primary"
/>Area snapshot card with median price, emerald year-over-year trend pill, days on market, and listings.
Energy-efficiency card with an emerald letter tile, score fraction, and an annual savings caption.
Property listing with a warm gradient photo, status pill, save heart, price chip, and beds/baths footer.
Estimated value card with a 1y trend pill, big current value, and a light green mini line chart.
Rental lease summary with an amber key tile, bold monthly rent, deposit note, and lease start line.
Agent profile with gradient avatar, star rating, deals-closed chip, and a dark call-phone button.