7 lines
198 B
JavaScript
Executable File
7 lines
198 B
JavaScript
Executable File
export default function SmartHome(){
|
|
return (
|
|
<div style={{backgroundImage : 'url(sh.png)'}} className="w-full h-96 py-96 bg-no-repeat bg-right-top bg-[#020814]">
|
|
|
|
</div>
|
|
)
|
|
} |