Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-20 23:27:31 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -189,7 +189,7 @@ export default function AboutPage() {
company: "Hassan Trading Co.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg",
"http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg?_wi=2",
},
{
id: "2",
@@ -198,7 +198,7 @@ export default function AboutPage() {
company: "Cairo Design Studio",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg",
"http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg?_wi=2",
},
{
id: "3",
@@ -207,7 +207,7 @@ export default function AboutPage() {
company: "Style House Alexandria",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg",
"http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg?_wi=2",
},
]}
/>

View File

@@ -237,7 +237,7 @@ export default function HomePage() {
role: "CEO",
company: "Hassan Trading Co.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1569.jpg?_wi=1",
imageAlt: "Ahmed Hassan",
},
{
@@ -246,7 +246,7 @@ export default function HomePage() {
role: "Architect",
company: "Cairo Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-middle-age-male-dressed-woolen-suit-isolated-grey-vignette-background_613910-26.jpg?_wi=1",
imageAlt: "Mohamed Karim",
},
{
@@ -255,7 +255,7 @@ export default function HomePage() {
role: "Fashion Designer",
company: "Style House Alexandria",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-talking-by-smartphone-looking-away_74855-3250.jpg?_wi=1",
imageAlt: "Khaled Ibrahim",
},
{