From 6139dc529055ae820a0241ff30191a29c9be994a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 15:08:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0badb2b..21e36ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,6 +62,11 @@ export default function LandingPage() { { text: "Get a Quote", href: "#contact"}, ]} + kpis={[ + { value: "15+", label: "Years of Experience" }, + { value: "500+", label: "Clients Served" }, + { value: "99%", label: "Customer Satisfaction" } + ]} imageSrc="http://img.b2bpic.net/free-photo/view-programmer-working-company-office_23-2148777176.jpg" imageAlt="IT professional working on a computer" mediaAnimation="slide-up" @@ -73,6 +78,11 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Vision: Empowering Your Business with IT Excellence" description="Landshark IT is committed to delivering unparalleled IT support and innovative solutions. Our mission is to protect your digital assets, optimize your operations, and provide the strategic technological edge you need to thrive. We believe in building lasting partnerships through reliable service and proactive support, allowing you to focus on your core business goals with complete peace of mind." + metrics={[ + { value: "24/7", title: "Support Availability" }, + { value: "100%", title: "Data Security" }, + { value: "30 Min", title: "Average Response Time" } + ]} imageSrc="http://img.b2bpic.net/free-photo/digital-device-mockup_53876-88094.jpg" imageAlt="Team collaborating on IT solutions" mediaAnimation="slide-up" -- 2.49.1