Merge version_1 into main #4
@@ -118,16 +118,16 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Forest Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "happy woman smiling portrait professional headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=1", imageAlt: "happy woman smiling portrait professional headshot"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Frequent Visitor", company: "ATL Airport Area", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=1", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Forest Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "happy Latina woman smiling portrait professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=1", imageAlt: "happy Latina woman smiling portrait professional"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Regular Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg", imageAlt: "happy Asian man smiling professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg?_wi=1", imageAlt: "happy Asian man smiling professional portrait"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "2,000+", label: "Happy Reviews" },
|
||||
|
||||
@@ -42,16 +42,16 @@ export default function ReviewsPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Forest Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "happy woman smiling portrait professional headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=2", imageAlt: "happy woman smiling portrait professional headshot"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Frequent Visitor", company: "ATL Airport Area", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Forest Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "happy Latina woman smiling portrait professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2", imageAlt: "happy Latina woman smiling portrait professional"},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Regular Customer", company: "Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg", imageAlt: "happy Asian man smiling professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg?_wi=2", imageAlt: "happy Asian man smiling professional portrait"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user