From d9ee379c82dbf42d07f970b4c48f9dd98e7ac437 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 12:02:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 156 ++++++++++++----------------------------------- 1 file changed, 38 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afa4b5c..ef368ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,66 +45,43 @@ export default function LandingPage() {
@@ -125,40 +94,22 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Enterprise Software", - description: "Customized development cycles designed to streamline your business workflow and drive efficiency.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=1", - }, + title: "Enterprise Software", description: "Customized development cycles designed to streamline your business workflow and drive efficiency.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-low-poly-plexus-design_1048-15841.jpg?_wi=2", - imageAlt: "digital technology interface dark theme", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg"}, }, { - title: "Cloud Infrastructure", - description: "Secure, scalable, and highly available cloud hosting and network management solutions.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg?_wi=1", - }, + title: "Cloud Infrastructure", description: "Secure, scalable, and highly available cloud hosting and network management solutions.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg", - imageAlt: "software developers team working", + imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg"}, }, { - title: "Data Analytics", - description: "Turn your raw business data into actionable intelligence with our proprietary analytical platforms.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg?_wi=1", - }, + title: "Data Analytics", description: "Turn your raw business data into actionable intelligence with our proprietary analytical platforms.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg?_wi=2", - }, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=3", - imageAlt: "code editor interface dark mode", + imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg"}, }, ]} showStepNumbers={true} @@ -172,14 +123,9 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "About BUILDTECH AFRICA", - }, + type: "text", content: "About BUILDTECH AFRICA"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg", - alt: "About Buildtech", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/people-browsing-laptops-office_23-2147807986.jpg", alt: "About Buildtech"}, ]} />
@@ -191,26 +137,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "50+", - title: "Projects Completed", - description: "Successfully deployed across Africa", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg?_wi=4", - }, + id: "m1", value: "50+", title: "Projects Completed", description: "Successfully deployed across Africa", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg"}, { - id: "m2", - value: "99.9%", - title: "Uptime Guarantee", - description: "High performance for critical apps", - imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg?_wi=3", - }, + id: "m2", value: "99.9%", title: "Uptime Guarantee", description: "High performance for critical apps", imageSrc: "http://img.b2bpic.net/free-photo/cloud-file-sharing-banner-background_53876-108507.jpg"}, { - id: "m3", - value: "24/7", - title: "Technical Support", - description: "Always here to assist your team", - imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg?_wi=3", - }, + id: "m3", value: "24/7", title: "Technical Support", description: "Always here to assist your team", imageSrc: "http://img.b2bpic.net/free-psd/3d-render-mobile-app-interface-with-data-visualization_23-2152005979.jpg"}, ]} title="Our Impact" description="Delivering excellence across the continent with proven results." @@ -221,8 +152,7 @@ export default function LandingPage() {