Trip Review

Traveler review card with avatar initials, star rating, a clipped body paragraph, and a trip-type footer.

Andrea P.
Andrea P.Solo trip · Jun 2026

Staff remembered our names by day two. The rooftop at sunset alone is worth the trip — would book again in a heartbeat.

Stayed 4 nights

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

Import & use
import { Travel19 } from "@/components/beste/piece/travel19";

<Travel19
  author="Andrea P."
  role="Solo trip · Jun 2026"
  rating={5}
  body="Staff remembered our names by day two. The rooftop at sunset alone is worth the trip — would book again in a heartbeat."
  tripType="Stayed 4 nights"
  image="https://images.unsplash.com/photo-1576775068668-c147f14c36f7?w=100&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1yZWxhdGVkfDd8fHxlbnwwfHx8fHw%3D"
  tone="primary"
/>