From d4ea3bbd1502ce5d8263743320b178c365a7682b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 22:57:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 284 ++++++++--------------------------------------- 1 file changed, 49 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 94807e3..eec24b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -92,49 +67,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Integration", - description: "Leveraging advanced artificial intelligence to automate processes.", - icon: Sparkles, + title: "AI Integration", description: "Leveraging advanced artificial intelligence to automate processes.", icon: Sparkles, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12010.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-light-bulb-creative-idea-technology-innovation-design_53876-160230.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/focus-lines-code-laptop-screen-used-by-data-center-engineers_482257-117920.jpg?_wi=2", - imageAlt: "ai intelligence digital network", + { imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12010.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-light-bulb-creative-idea-technology-innovation-design_53876-160230.jpg" }, + ] }, { - title: "Cloud Architecture", - description: "Scalable and secure cloud solutions that grow with you.", - icon: Cloud, + title: "Cloud Architecture", description: "Scalable and secure cloud solutions that grow with you.", icon: Cloud, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/developer-identifying-server-issues_482257-81365.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/online-cloud-data-storage-concept-cloudscape-digital-online-server-global-network-business-web-database-backup-computer-private-infrastructure-technology_90220-1345.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/team-developers-doing-brainstorming-optimizing-code_482257-112972.jpg?_wi=1", - imageAlt: "ai intelligence digital network", + { imageSrc: "http://img.b2bpic.net/free-photo/developer-identifying-server-issues_482257-81365.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/online-cloud-data-storage-concept-cloudscape-digital-online-server-global-network-business-web-database-backup-computer-private-infrastructure-technology_90220-1345.jpg" }, + ] }, { - title: "App Development", - description: "Highly responsive mobile apps crafted for better user engagement.", - icon: Smartphone, + title: "App Development", description: "Highly responsive mobile apps crafted for better user engagement.", icon: Smartphone, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671596.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169864.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg?_wi=1", - imageAlt: "ai intelligence digital network", + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671596.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169864.jpg" }, + ] }, ]} title="Innovative Solutions for Modern Challenges" @@ -148,27 +99,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "120+", - title: "Projects Delivered", - description: "Successful deployments across diverse industries.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg?_wi=2", - }, - { - id: "m2", - value: "50+", - title: "Happy Clients", - description: "Global partnerships that built lasting trust.", - imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", - }, - { - id: "m3", - value: "99%", - title: "Client Retention", - description: "Commitment to long-term digital growth.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884869.jpg", - }, + { id: "m1", value: "120+", title: "Projects Delivered", description: "Successful deployments across diverse industries.", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg" }, + { id: "m2", value: "50+", title: "Happy Clients", description: "Global partnerships that built lasting trust.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg" }, + { id: "m3", value: "99%", title: "Client Retention", description: "Commitment to long-term digital growth.", imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884869.jpg" }, ]} title="Building Reliable Results" description="Evidence-backed milestones we have achieved while scaling digital products." @@ -177,56 +110,24 @@ export default function LandingPage() {
@@ -357,30 +191,10 @@ export default function LandingPage() { logoText="TheReadyfy" columns={[ { - title: "Company", - items: [ - { - label: "About Us", - href: "#about", - }, - { - label: "Services", - href: "#features", - }, - ], + title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#features" }], }, { - title: "Legal", - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, - ], + title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }], }, ]} /> -- 2.49.1