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
+2 -2
View File
@@ -9,8 +9,8 @@ const Namads = [
function LogoNamad() {
return (
<ul className="flex items-center gap-3">
{Namads.map(src => (
<li>
{Namads.map((src, idx) => (
<li key={idx}>
<Image
alt="logo"
width={48}