import HomeHeader from "../app/components/HomeHeader"; export default { title: "Components/HomeHeader", component: HomeHeader, parameters: { layout: "fullscreen", }, tags: ["autodocs"], }; export const Default = { args: {}, }; export const WithBackground = { render: () => (
This is the home page with the special HomeHeader component
This is the special home page header with transparent background, HeaderTab styling, and different navigation behavior compared to the regular Header.