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() {