Update src/app/page.tsx
This commit is contained in:
@@ -89,15 +89,15 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg?_wi=1",
|
||||
imageAlt: "Professional roof installation on a modern home",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=1",
|
||||
imageAlt: "Team of roofers installing shingles",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg?_wi=1",
|
||||
imageAlt: "Drone view of a detailed roof inspection",
|
||||
},
|
||||
{
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107110.jpg?_wi=2",
|
||||
imageAlt: "close up roofing materials shingles samples",
|
||||
},
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-hammer-full-shot_23-2149343668.jpg?_wi=2",
|
||||
imageAlt: "close up roofing materials shingles samples",
|
||||
},
|
||||
{
|
||||
@@ -264,7 +264,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-port-piers_181624-54848.jpg?_wi=2",
|
||||
imageAlt: "close up roofing materials shingles samples",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user