Update src/app/page.tsx
This commit is contained in:
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
||||
tag="Trusted Service"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg?_wi=1"
|
||||
imageAlt="Professional appliance repair technician with customer"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -193,15 +193,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "downtown-las-vegas", brand: "Coverage", name: "Downtown Las Vegas", price: "24/7 Service", rating: 5,
|
||||
reviewCount: "Serving", imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-looking-map_23-2147981942.jpg", imageAlt: "Las Vegas service area"
|
||||
reviewCount: "Serving", imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-looking-map_23-2147981942.jpg?_wi=1", imageAlt: "Las Vegas service area"
|
||||
},
|
||||
{
|
||||
id: "strip-area", brand: "Coverage", name: "Strip Area & Nearby", price: "Fast Response", rating: 5,
|
||||
reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-looking-map_23-2147981942.jpg", imageAlt: "Service area coverage"
|
||||
reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-looking-map_23-2147981942.jpg?_wi=2", imageAlt: "Service area coverage"
|
||||
},
|
||||
{
|
||||
id: "surrounding-areas", brand: "Coverage", name: "Surrounding Neighborhoods", price: "Same Service", rating: 5,
|
||||
reviewCount: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-looking-map_23-2147981942.jpg", imageAlt: "Surrounding areas coverage"
|
||||
reviewCount: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-looking-map_23-2147981942.jpg?_wi=3", imageAlt: "Surrounding areas coverage"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -220,7 +220,7 @@ export default function LandingPage() {
|
||||
buttonText="Request Service"
|
||||
termsText="By requesting service you're confirming that you agree with our terms. We respect your privacy."
|
||||
mediaPosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-mechanic-making-phone-call-while-working-auto-repair-shop_637285-11583.jpg?_wi=2"
|
||||
imageAlt="Professional appliance technician ready to help"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user