import Footer from "../app/components/Footer"; export default { title: "Components/Footer", component: Footer, parameters: { layout: "fullscreen", }, tags: ["autodocs"], }; export const Default = { args: {}, }; export const WithContent = { render: () => (
This is sample page content to show how the footer appears at the bottom.
Example content here...
Additional content here...
This footer includes responsive logo sizing, contact information, social media links, navigation, and legal links.