diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c88a4e..b1a6d9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,16 +68,16 @@ export default function LandingPage() { tag="Featured Products" products={[ { - id: "1", name: "Shimmer Spinner Gold", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fishing-lure-with-fishing-rod-desk_23-2148189272.jpg", imageAlt: "Shimmer Spinner Gold fishing lure" + id: "1", name: "Shimmer Spinner Gold", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-fishing-lure-with-fishing-rod-desk_23-2148189272.jpg", imageAlt: "Shimmer Spinner Gold - Perfect for trout in lakes and streams" }, { - id: "2", name: "Deep Diver Chrome", price: "$28.50", imageSrc: "http://img.b2bpic.net/free-photo/silver-fishing-lure-blue-fishing-net_23-2148189303.jpg", imageAlt: "Deep Diver Chrome fishing lure" + id: "2", name: "Deep Diver Chrome", price: "$28.50", imageSrc: "http://img.b2bpic.net/free-photo/silver-fishing-lure-blue-fishing-net_23-2148189303.jpg", imageAlt: "Deep Diver Chrome - Ideal for deep freshwater fishing" }, { - id: "3", name: "Crankbait Deluxe Red", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-bag-with-fishing-essentials_23-2148429488.jpg", imageAlt: "Crankbait Deluxe Red fishing lure" + id: "3", name: "Crankbait Deluxe Red", price: "$26.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-bag-with-fishing-essentials_23-2148429488.jpg", imageAlt: "Crankbait Deluxe Red - Best for aggressive fish in weedy areas" }, { - id: "4", name: "Minnow Precision Silver", price: "$25.50", imageSrc: "http://img.b2bpic.net/free-photo/blank-small-placard-fishing-floats-fishing-rod-male-clothing-wooden-desk_23-2148189264.jpg", imageAlt: "Minnow Precision Silver fishing lure" + id: "4", name: "Minnow Precision Silver", price: "$25.50", imageSrc: "http://img.b2bpic.net/free-photo/blank-small-placard-fishing-floats-fishing-rod-male-clothing-wooden-desk_23-2148189264.jpg", imageAlt: "Minnow Precision Silver - Excellent for natural-looking presentations" } ]} gridVariant="three-columns-all-equal-width"