Update src/app/page.tsx

This commit is contained in:
2026-05-11 18:52:21 +00:00
parent be93f5e2ef
commit a2cac487c3

View File

@@ -64,6 +64,10 @@ export default function LandingPage() {
{ type: "text", text: "Friendly Atmosphere" }, { type: "text", text: "Friendly Atmosphere" },
{ type: "text", text: "Bremerhaven Pride" }, { type: "text", text: "Bremerhaven Pride" },
]} ]}
className="bg-black"
mediaWrapperClassName="absolute inset-0 z-0 h-full w-full"
imageClassName="object-cover h-full w-full opacity-60"
containerClassName="relative z-10"
/> />
</div> </div>