Merge version_1 into main #3

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

View File

@@ -66,19 +66,19 @@ const AboutPage = () => {
{
id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar success story"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Rajesh Kumar success story"},
{
id: "2", name: "Priya Sharma", role: "Software Engineer", company: "Tech Professional", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma testimonial"},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Priya Sharma testimonial"},
{
id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy customer feedback"},
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "Arjun Reddy customer feedback"},
{
id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma review"},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "Neha Verma review"},
]}
kpiItems={[
{ value: "510+", label: "Verified Reviews" },

View File

@@ -151,19 +151,19 @@ const HomePage = () => {
{
id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store Owner", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar satisfied customer"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Rajesh Kumar satisfied customer"},
{
id: "2", name: "Priya Sharma", role: "Software Engineer", company: "IT Professional", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma customer testimonial"},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Priya Sharma customer testimonial"},
{
id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate Employee", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy customer review"},
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Arjun Reddy customer review"},
{
id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative Professional", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma happy client"},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Neha Verma happy client"},
]}
kpiItems={[
{ value: "510+", label: "Verified Reviews" },

View File

@@ -50,19 +50,19 @@ const ReviewsPage = () => {
{
id: "1", name: "Rajesh Kumar", role: "Small Business Owner", company: "Local Store Owner", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar review"},
"http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Rajesh Kumar review"},
{
id: "2", name: "Priya Sharma", role: "Software Engineer", company: "IT Professional", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Priya Sharma testimonial"},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Priya Sharma testimonial"},
{
id: "3", name: "Arjun Reddy", role: "Marketing Manager", company: "Corporate Employee", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Arjun Reddy feedback"},
"http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Arjun Reddy feedback"},
{
id: "4", name: "Neha Verma", role: "Freelance Designer", company: "Creative Professional", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Neha Verma review"},
"http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Neha Verma review"},
]}
kpiItems={[
{ value: "510+", label: "Verified Reviews" },