Update src/app/species/page.tsx

This commit is contained in:
2026-03-29 10:17:52 +00:00
parent 25c039443b
commit ae8e7fa3e5

View File

@@ -60,19 +60,19 @@ export default function LandingPage() {
{
title: "Saltwater Kingfish",
description: "Target these hard fighters near Sydney Heads with live bait or heavy jigs.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-water-fish-with-lure_23-2147870250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-water-fish-with-lure_23-2147870250.jpg?_wi=3",
imageAlt: "kingfish",
},
{
title: "Freshwater Bass",
description: "Hidden in the upper reaches, these native species are a delight on light gear.",
imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-river_23-2148204119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-river_23-2148204119.jpg?_wi=2",
imageAlt: "freshwater bass",
},
{
title: "Sand Flathead",
description: "The staple of Sydney bottom fishing, found on sandy flats everywhere.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-water-fish-with-lure_23-2147870250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-water-fish-with-lure_23-2147870250.jpg?_wi=4",
imageAlt: "flathead",
},
]}
@@ -93,13 +93,13 @@ export default function LandingPage() {
id: 1,
title: "Jigging",
description: "Working the bottom.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-water-fish-with-lure_23-2147870250.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-holding-fresh-water-fish-with-lure_23-2147870250.jpg?_wi=5",
},
{
id: 2,
title: "Trolling",
description: "Covering more ground.",
imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-river_23-2148204119.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-fishing-river_23-2148204119.jpg?_wi=3",
},
]}
/>