import { SignInForm } from "@/app/(pages)/(auth)/_components/signin-form"; import { Message } from "@/app/_components/form-message"; import { Button } from "@/app/_components/ui/button"; import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from "@/app/_components/ui/carousal"; import { IconQuoteFilled } from "@tabler/icons-react"; import { GalleryVerticalEnd, Globe, QuoteIcon } from "lucide-react"; import { CarousalQuotes } from "./_components/carousal-quote"; export default async function Login(props: { searchParams: Promise }) { return (
Sigap Tech.
); }