Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -102,7 +102,7 @@ export default function AboutPage() {
|
||||
role: "Homeowner",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
|
||||
imageAlt: "Sarah Martinez, satisfied customer",
|
||||
},
|
||||
{
|
||||
@@ -111,7 +111,7 @@ export default function AboutPage() {
|
||||
role: "Business Owner",
|
||||
company: "East El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2",
|
||||
imageAlt: "John Thompson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@ export default function AboutPage() {
|
||||
role: "Property Manager",
|
||||
company: "Central El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2",
|
||||
imageAlt: "Maria Garcia review",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -63,7 +63,7 @@ export default function HomePage() {
|
||||
background={{ variant: "grid" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=1",
|
||||
imageAlt: "Professional roofing installation team",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function HomePage() {
|
||||
imageAlt: "Expert roof repair work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1",
|
||||
imageAlt: "Quality roof replacement project",
|
||||
},
|
||||
{
|
||||
@@ -79,11 +79,11 @@ export default function HomePage() {
|
||||
imageAlt: "Storm damage restoration services",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2",
|
||||
imageAlt: "Before and after roofing transformation",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=1",
|
||||
imageAlt: "Professional shingle replacement results",
|
||||
},
|
||||
]}
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
price: "Transform",
|
||||
rating: 5,
|
||||
reviewCount: "Excellent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3",
|
||||
imageAlt: "Before and after roof replacement project",
|
||||
},
|
||||
{
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
price: "Professional",
|
||||
rating: 5,
|
||||
reviewCount: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=2",
|
||||
imageAlt: "Professional shingle installation results",
|
||||
},
|
||||
{
|
||||
@@ -269,7 +269,7 @@ export default function HomePage() {
|
||||
role: "Homeowner",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Sarah Martinez, satisfied customer",
|
||||
},
|
||||
{
|
||||
@@ -278,7 +278,7 @@ export default function HomePage() {
|
||||
role: "Business Owner",
|
||||
company: "East El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1",
|
||||
imageAlt: "John Thompson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -287,7 +287,7 @@ export default function HomePage() {
|
||||
role: "Property Manager",
|
||||
company: "Central El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1",
|
||||
imageAlt: "Maria Garcia review",
|
||||
},
|
||||
{
|
||||
@@ -296,7 +296,7 @@ export default function HomePage() {
|
||||
role: "Homeowner",
|
||||
company: "West El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1",
|
||||
imageAlt: "David Chen customer review",
|
||||
},
|
||||
{
|
||||
@@ -305,7 +305,7 @@ export default function HomePage() {
|
||||
role: "Insurance Agent",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=1",
|
||||
imageAlt: "Rachel Johnson professional testimonial",
|
||||
},
|
||||
{
|
||||
@@ -314,7 +314,7 @@ export default function HomePage() {
|
||||
role: "Homeowner",
|
||||
company: "Northeast El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Michael Rodriguez satisfied customer",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function ReviewsPage() {
|
||||
role: "Homeowner",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4",
|
||||
imageAlt: "Sarah Martinez, satisfied customer",
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@ export default function ReviewsPage() {
|
||||
role: "Business Owner",
|
||||
company: "East El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=3",
|
||||
imageAlt: "John Thompson testimonial",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function ReviewsPage() {
|
||||
role: "Property Manager",
|
||||
company: "Central El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3",
|
||||
imageAlt: "Maria Garcia review",
|
||||
},
|
||||
{
|
||||
@@ -80,7 +80,7 @@ export default function ReviewsPage() {
|
||||
role: "Homeowner",
|
||||
company: "West El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2",
|
||||
imageAlt: "David Chen customer review",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function ReviewsPage() {
|
||||
role: "Insurance Agent",
|
||||
company: "El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=2",
|
||||
imageAlt: "Rachel Johnson professional testimonial",
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@ export default function ReviewsPage() {
|
||||
role: "Homeowner",
|
||||
company: "Northeast El Paso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5",
|
||||
imageAlt: "Michael Rodriguez satisfied customer",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -118,7 +118,7 @@ export default function ServicesPage() {
|
||||
price: "$8,500",
|
||||
rating: 5,
|
||||
reviewCount: "45 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=4",
|
||||
imageAlt: "New asphalt shingle roof installation",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function ServicesPage() {
|
||||
price: "$2,200",
|
||||
rating: 5,
|
||||
reviewCount: "38 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=3",
|
||||
imageAlt: "Roof leak repair completed",
|
||||
},
|
||||
{
|
||||
@@ -138,7 +138,7 @@ export default function ServicesPage() {
|
||||
price: "$15,000",
|
||||
rating: 5,
|
||||
reviewCount: "52 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-standing-brick-wall-building-construction_259150-57715.jpg?_wi=2",
|
||||
imageAlt: "Commercial metal roof installation",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user