From 7c0ad0ed47dad245710677b043c55284d07d5e0d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:25:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd35436..872c1af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,7 +148,8 @@ export default function LandingPage() { id: "p6", name: "Alarm Sensor", price: "$89", variant: "Security", imageSrc: "http://img.b2bpic.net/free-photo/smoke-carbon-monoxide-alarm-isolated-white-background_181624-25801.jpg"}, ]} buttons={[ - { text: "View All Products", href: "#" } + { text: "Shop All Tech", href: "#" }, + { text: "Get Quote", href: "#contact" } ]} title="Our Featured Collection" description="Explore our curated selection of digital and security devices." @@ -274,4 +275,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1