产品的主题色

This commit is contained in:
小潘
2026-06-29 09:27:05 +08:00
parent d9a3fc16a4
commit c56f65898b
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export default function Contact() {
<section className="relative py-32 md:py-40 text-white overflow-hidden">
{/* Background image */}
<div className="absolute inset-0">
<img src={new URL('../assets/images/Carousel/huaban.jpg', import.meta.url).href} alt="" className="w-full h-full object-cover" />
<img src={new URL('../../public/huaban.jpg', import.meta.url).href} alt="" className="w-full h-full object-cover" />
</div>
{/* Black overlay */}
<div className="absolute inset-0 bg-black/50" />