From ec49862d9496138bec3aab349becc5053dfeab9b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:17:51 +0000 Subject: [PATCH] Update src/app/beginners/page.tsx --- src/app/beginners/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/beginners/page.tsx b/src/app/beginners/page.tsx index 761290c..3e99f2f 100644 --- a/src/app/beginners/page.tsx +++ b/src/app/beginners/page.tsx @@ -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", }, ]} />