Loan estimate card with a four-cell input grid for price, down, rate, term, and a bold monthly total.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Realestate2 } from "@/components/beste/piece/realestate2";
<Realestate2
price="$1,240,000"
downPayment="20% · $248,000"
rate="6.25% APR · 30-yr fixed"
term="30 years"
monthly="$6,108 / mo"
tone="emerald"
eyebrowLabel="Mortgage estimate"
priceLabel="Home price"
downLabel="Down"
rateLabel="Rate"
termLabel="Term"
paymentLabel="Est. payment"
/>