From 80478cd7706091801520ffade4bb12ea6ae9951c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:10:54 +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 d3b6b6c..775a5bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,7 +26,7 @@ export default function LandingPage() { { id: "trading", title: "Trading Solutions", description: "Expert trading services with real-time market analysis, strategic portfolio management, and competitive pricing for maximum returns.", tag: "Trading", imageSrc: - "http://img.b2bpic.net/free-photo/general-director-examining-statistics-big-data-computer-control-room_482257-90941.jpg", imageAlt: "Professional Trading Services", buttons: [{ text: "Explore Trading", href: "#" }], + "http://img.b2bpic.net/free-photo/general-director-examining-statistics-big-data-computer-control-room_482257-90941.jpg", imageAlt: "Professional Trading Services", buttons: [{ text: "Start Trading Now", href: "#" }], }, { id: "cleaning", title: "Professional Cleaning", description: @@ -36,7 +36,7 @@ export default function LandingPage() { { id: "moving", title: "Seamless Moving", description: "Reliable moving and relocation services with professional logistics management. Safe handling and timely delivery guaranteed for your peace of mind.", tag: "Moving", imageSrc: - "http://img.b2bpic.net/free-photo/young-courier-pointing-something-while-witting-with-his-coworker-back-delivery-van_637285-2286.jpg", imageAlt: "Professional Moving Services", buttons: [{ text: "Book Moving", href: "#" }], + "http://img.b2bpic.net/free-photo/young-courier-pointing-something-while-witting-with-his-coworker-back-delivery-van_637285-2286.jpg", imageAlt: "Professional Moving Services", buttons: [{ text: "Get Moving Quote", href: "#" }], }, ]; -- 2.49.1