Update src/app/videography/page.tsx

This commit is contained in:
2026-05-02 08:58:58 +00:00
parent e936093702
commit 05e3ba3e29

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
price: "Custom",
rating: 5,
reviewCount: "10",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg?_wi=1",
},
{
id: "2",
@@ -73,7 +73,7 @@ export default function LandingPage() {
price: "Custom",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg?_wi=1",
},
{
id: "3",
@@ -130,13 +130,13 @@ export default function LandingPage() {
id: "1",
name: "Auction Highlight",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg?_wi=2",
},
{
id: "2",
name: "Champion Profile",
price: "Custom",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg?_wi=2",
},
]}
/>