This commit is contained in:
2026-03-24 09:21:38 +09:00
parent e4d2966377
commit 39c7eda9cc
31 changed files with 1655 additions and 135 deletions

View File

@@ -10,7 +10,7 @@ export default async function Banner({ title, subtitle, backgroundImage, logoIma
<section className="relative w-full">
<div className="hero bg-base-200 min-h-8 h-min overflow-hidden" >
<div className="absolute inset-0 overflow-hidden">
<div className="w-full h-full blur-xs scale-[1.1]" style={{
<div className="w-full h-full " style={{
backgroundImage: `url(${backgroundImage})`
}}></div>
</div>