From 840e23f9857ff03b6cdbd586cb5069f296ed634d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:05:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f0f5c54..5e0dd53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/cyber-monday-concept-with-neon-design_23-2148327187.jpg" imageAlt="LED writing board showcase with glowing display" buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Explore LED Boards", href: "#products" }, { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" @@ -113,7 +113,7 @@ export default function LandingPage() {