Update src/app/beginners/page.tsx

This commit is contained in:
2026-03-29 10:17:51 +00:00
parent 9a723bf8f1
commit ec49862d94

View File

@@ -60,19 +60,19 @@ export default function LandingPage() {
{
title: "Improved Clinch Knot",
description: "The go-to knot for tying hooks to line securely.",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg?_wi=1",
imageAlt: "clinch knot",
},
{
title: "FG Knot",
description: "Essential for connecting braid to leader line seamlessly.",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg?_wi=2",
imageAlt: "FG knot",
},
{
title: "Blood Knot",
description: "Perfect for joining two lengths of nylon fishing line.",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg?_wi=3",
imageAlt: "blood knot",
},
]}
@@ -93,13 +93,13 @@ export default function LandingPage() {
id: 1,
title: "Needle Nose Pliers",
description: "For safe hook removal.",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-travelling-by-boat-san-sebastian_23-2149121021.jpg?_wi=4",
},
{
id: 2,
title: "Measuring Tape",
description: "Essential to ensure catch legality.",
imageSrc: "http://img.b2bpic.net/free-photo/wakeboard-wakeboarding-jumping-sunset_1321-3133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wakeboard-wakeboarding-jumping-sunset_1321-3133.jpg?_wi=3",
},
]}
/>