/** * v0 by Vercel. * @see https://v0.dev/t/zWFyauEjXv1 */ import Link from "next/link" import { Button } from "@/components/ui/button" import { AvatarImage, AvatarFallback, Avatar } from "@/components/ui/avatar" import { CardTitle, CardHeader, CardContent, Card } from "@/components/ui/card" export default function Component() { return (
Home
OSI
Welcome to OpenOSI

OpenOSI is a digital platform designed to simplify and optimize the management of an association of property owners. This platform automates key processes such as bill payment, maintenance request processing, document management and also provides opportunities to improve communication and interaction within the residential community.

) } function BellIcon(props) { return ( ) } function DollarSignIcon(props) { return ( ) } function FileIcon(props) { return ( ) } function GroupIcon(props) { return ( ) } function HomeIcon(props) { return ( ) } function WrenchIcon(props) { return ( ) }