/* ======================================== File: frontend/app/page.tsx ======================================== */ import Image from "next/image"; import Link from "next/link"; // Import Link import { Button } from "@/components/ui/button"; // Import common UI export default function Home() { return (
{/* Replace with your actual logo/branding */}

Welcome to Borbann

Your data integration and analysis platform.

{" "} {/* Example link */}
{/* Optional: Add more introductory content or links */}
); }