Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b038ddab2 | |||
| e8da088987 |
@@ -49,10 +49,9 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "downward-rays-static" }}
|
background={{ variant: "downward-rays-static" }}
|
||||||
avatars={[
|
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={[
|
buttons={[
|
||||||
{ text: "Shop Lures", href: "#products" },
|
{ text: "Shop Lures", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
@@ -240,4 +239,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user