Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bba78d1521 | |||
| 1b8572e6c3 | |||
| 22e3a3b62d | |||
| 1ed747df79 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user