import { Button } from "@/components/ui/button" import { Dialog, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger } from "@/components/ui/dialog" import { useState } from "react" export function About() { const [isOpen, setOpen] = useState(false) return ( Text-to-panorama What is this app?

Text-to-panorama is a free and open-source application made to generate panoramas.

👉 The model used is Flux.1-[dev] Panorama LoRA (v2).

👉 Text-to-panorama is for non-commercial use only (see the model for licensing details).

) }