From a6e24a4db4f9e6c925327bf173e58d4d9f9e6f5a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:15:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++------------------------------------ 1 file changed, 46 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33eb8f4..69753a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -113,9 +78,7 @@ export default function LandingPage() { title="Unrivaled Professional Expertise" buttons={[ { - text: "Learn More", - href: "#services", - }, + text: "Learn More", href: "#services"}, ]} /> @@ -127,49 +90,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Strategic Consulting", - description: "Expert advice to streamline your workflows and business performance.", - icon: Zap, + title: "Strategic Consulting", description: "Expert advice to streamline your workflows and business performance.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=4", - imageAlt: "professional services consulting abstract", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" }, + ] }, { - title: "Operational Efficiency", - description: "Optimizing internal processes for maximum output and sustainable business results.", - icon: Shield, + title: "Operational Efficiency", description: "Optimizing internal processes for maximum output and sustainable business results.", icon: Shield, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=5", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=6", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=3", - imageAlt: "professional portrait man smiling", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" }, + ] }, { - title: "Strategic Implementation", - description: "Hands-on guidance through the execution phase of your most critical projects.", - icon: Star, + title: "Strategic Implementation", description: "Hands-on guidance through the execution phase of your most critical projects.", icon: Star, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=7", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg?_wi=8", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg?_wi=2", - imageAlt: "professional portrait woman smiling", + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-keyboard-office_1098-3621.jpg" }, + ] }, ]} title="Our Specialized Solutions" @@ -179,50 +118,26 @@ export default function LandingPage() {
@@ -263,22 +164,14 @@ export default function LandingPage() { description="Fill out the form below and we will get back to you within 24 hours to schedule your consultation." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, + name: "email", type: "email", placeholder: "Email Address", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your project", - rows: 4, + name: "message", placeholder: "Tell us about your project", rows: 4, }} imageSrc="http://img.b2bpic.net/free-photo/high-angle-people-discussing-work_52683-101630.jpg" mediaAnimation="slide-up" -- 2.49.1