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: () => (

Welcome to CommunityRule

This is the home page with the special HomeHeader component

), }; export const ResponsiveView = { render: () => (
Home Header Component

This is the special home page header with transparent background, HeaderTab styling, and different navigation behavior compared to the regular Header.

), };