产品的主题色
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user