Update src/app/page.tsx

This commit is contained in:
2026-04-24 08:11:22 +00:00
parent d3039d1924
commit 823dca0652

View File

@@ -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",
},
]}