diff --git a/src/app/page.tsx b/src/app/page.tsx index d442003..ce49e8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,6 +76,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + buttons={[ + { text: "View Products", href: "#products" } + ]} features={[ { "id": "f1", "title": "Long Range", "author": "Tech", "description": "Up to 60km on a single charge.", "tags": ["Performance"], "imageSrc": "http://img.b2bpic.net/free-photo/full-shot-man-doing-sport-with-stats_23-2150040493.jpg" }, { "id": "f2", "title": "IP54 Rating", "author": "Tech", "description": "Built for Nordic rain and weather.", "tags": ["Durable"], "imageSrc": "http://img.b2bpic.net/free-photo/full-length-body-size-woman-crossing-street_23-2148760864.jpg" },