page home responsive & change component element & page blog item

This commit is contained in:
Ehsan
2024-08-15 10:10:57 +03:30
parent 1341253384
commit fd3b82143b
44 changed files with 4149 additions and 103 deletions
+10
View File
@@ -0,0 +1,10 @@
function Underline() {
return (
<svg width="34" height="2" viewBox="0 0 34 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" width="33" height="2" rx="1" fill="#F17732" />
</svg>
)
}
export default Underline