refactoring , add YogaImageComponent, bcryptjs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Image from "next/image";
|
||||
import YogaImageComponent from "@/components/yoga.image.component";
|
||||
|
||||
const SubscribeComponent = () => {
|
||||
return (
|
||||
@@ -23,7 +23,7 @@ const SubscribeComponent = () => {
|
||||
</div>
|
||||
<div className="col-lg-5 col-md-5 col-sm-6 col-xs-12">
|
||||
<figure className="subscribe_image mb-0">
|
||||
<Image src="/assets/images/subscribe_image.png" alt=""/>
|
||||
<YogaImageComponent src="/assets/images/subscribe_image.png" alt=""/>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user