Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-03 04:20:21 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ const AboutPage = () => {
company: "Local Store",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2",
imageAlt: "Rajesh Kumar success story",
},
{
@@ -86,7 +86,7 @@ const AboutPage = () => {
company: "Tech Professional",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
imageAlt: "Priya Sharma testimonial",
},
{
@@ -96,7 +96,7 @@ const AboutPage = () => {
company: "Corporate",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
imageAlt: "Arjun Reddy customer feedback",
},
{
@@ -106,7 +106,7 @@ const AboutPage = () => {
company: "Creative",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4",
imageAlt: "Neha Verma review",
},
]}

View File

@@ -185,7 +185,7 @@ const HomePage = () => {
company: "Local Store Owner",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1",
imageAlt: "Rajesh Kumar satisfied customer",
},
{
@@ -195,7 +195,7 @@ const HomePage = () => {
company: "IT Professional",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "Priya Sharma customer testimonial",
},
{
@@ -205,7 +205,7 @@ const HomePage = () => {
company: "Corporate Employee",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
imageAlt: "Arjun Reddy customer review",
},
{
@@ -215,7 +215,7 @@ const HomePage = () => {
company: "Creative Professional",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
imageAlt: "Neha Verma happy client",
},
]}

View File

@@ -56,7 +56,7 @@ const ReviewsPage = () => {
company: "Local Store Owner",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3",
imageAlt: "Rajesh Kumar review",
},
{
@@ -66,7 +66,7 @@ const ReviewsPage = () => {
company: "IT Professional",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5",
imageAlt: "Priya Sharma testimonial",
},
{
@@ -76,7 +76,7 @@ const ReviewsPage = () => {
company: "Corporate Employee",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3",
imageAlt: "Arjun Reddy feedback",
},
{
@@ -86,7 +86,7 @@ const ReviewsPage = () => {
company: "Creative Professional",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6",
imageAlt: "Neha Verma review",
},
]}