Update src/app/page.tsx
This commit is contained in:
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13113.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13113.jpg?_wi=1"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
title: "Satisfied Clients",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-training-near-railings_23-2147786915.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-training-near-railings_23-2147786915.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -149,7 +149,7 @@ export default function LandingPage() {
|
||||
id: "p1",
|
||||
name: "Long Span Aluminium",
|
||||
price: "Contact for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13244.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13244.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13113.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13113.jpg?_wi=2",
|
||||
imageAlt: "Photo of wood texture pattern",
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-training-near-railings_23-2147786915.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-training-near-railings_23-2147786915.jpg?_wi=2",
|
||||
imageAlt: "Photo of wood texture pattern",
|
||||
},
|
||||
{
|
||||
@@ -250,7 +250,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13244.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13244.jpg?_wi=2",
|
||||
imageAlt: "Photo of wood texture pattern",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user