2 Commits

Author SHA1 Message Date
9b038ddab2 Update src/app/page.tsx 2026-03-10 19:33:21 +00:00
e8da088987 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:31:52 +00:00

View File

@@ -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>
); );
} }