diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f422ba..065edc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Explore Memi Series", href: "#products"}, + text: "Buy Now", href: "#products"}, ]} imageSrc="http://img.b2bpic.net/free-photo/businessman-presenting-invisible-hologram-projecting-from-tablet-advanced-technology_53876-105191.jpg?_wi=1" avatars={[ @@ -123,6 +123,11 @@ export default function LandingPage() { ]} title="Our Latest Devices" description="Discover the range of Memi Mobile products, engineered to perfection." + buttons={[ + { + text: "View Device Details", href: "#" + } + ]} />