import Image from "next/image"; import { Button } from "@/components/ui/button"; import { Header } from "@/components/ui/header"; export default function Home() { return (

Welcome to the Test Page

This is a test page to display the new header component.

); }