This commit is contained in:
Robert Jagtiani
2025-02-24 20:03:38 +01:00
parent 924d3e8513
commit e9c4e3d0c3
10 changed files with 337 additions and 47 deletions

View File

@@ -9,9 +9,21 @@ import { NotificationWrapper } from "@ibcornelsen/ui";
export interface Props {
title: string;
tabHover1: string;
tabHover2: string;
tabHover3: string;
tabHover4: string;
tabHover5: string;
tabHover6: string;
}
const { title } = Astro.props;
const { tabHover1 } = Astro.props;
const { tabHover2 } = Astro.props;
const { tabHover3 } = Astro.props;
const { tabHover4 } = Astro.props;
const { tabHover5 } = Astro.props;
const { tabHover6 } = Astro.props;
---
<script>
window.addEventListener("scroll", (event) => {
@@ -79,7 +91,7 @@ window.addEventListener("scroll", (event) => {
<body>
<Header />
<Header {tabHover1} {tabHover2} {tabHover3}/>
<main class="w-full p-0 grid grid-cols-1">