Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b038ddab2 | |||
| e8da088987 | |||
| bba78d1521 | |||
| 1b8572e6c3 | |||
| 22e3a3b62d | |||
| 1ed747df79 |
@@ -49,10 +49,9 @@ export default function LandingPage() {
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blank-tag-hooks-fishing-float-pliers-corkboard-fishing-reel-measuring-tool-wooden-desk_23-2148189225.jpg", alt: "Premium fishing lures collection"
|
||||
src: "http://img.b2bpic.net/free-photo/blank-tag-hooks-fishing-float-pliers-corkboard-fishing-reel-measuring-tool-wooden-desk_23-2148189225.jpg", alt: "Trusted by 5,000+ NZ Anglers"
|
||||
}
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ NZ Anglers"
|
||||
buttons={[
|
||||
{ text: "Shop Lures", href: "#products" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
@@ -68,16 +67,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"
|
||||
@@ -240,4 +239,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user