import Image from "next/image" import { BathIcon, BedIcon, LandPlotIcon } from "lucide-react" import { Avatar, AvatarFallback, AvatarImage, } from "@/registry/new-york-v4/ui/avatar" import { Badge } from "@/registry/new-york-v4/ui/badge" import { Button } from "@/registry/new-york-v4/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/registry/new-york-v4/ui/card" import { Input } from "@/registry/new-york-v4/ui/input" import { Label } from "@/registry/new-york-v4/ui/label" export function CardDemo() { return (
Login to your account Enter your email below to login to your account
Don't have an account?{" "} Sign up
Meeting Notes Transcript from the meeting with the client.

Client requested dashboard redesign with focus on mobile responsiveness.

  1. New analytics widgets for daily/weekly metrics
  2. Simplified navigation menu
  3. Dark mode support
  4. Timeline: 6 weeks
  5. Follow-up meeting scheduled for next Tuesday
CN LR ER
Is this an image? This is a card with an image. Photo by Drew Beamer 4 2 350m²
$135,000
Content Only Header Only This is a card with a header and a description. Header and Content This is a card with a header and a content. Content Footer Only Header + Footer This is a card with a header and a footer. Footer Content Footer Header + Footer This is a card with a header and a footer. Content Footer Header with Border This is a card with a header that has a bottom border. Content Content Footer with Border
) }