diff --git a/src/app/page.tsx b/src/app/page.tsx index 31e26d2..91d7e5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,10 @@ export default function LandingPage() { @@ -179,26 +102,12 @@ export default function LandingPage() { description="While I operate independently, I thrive by working closely with designers and project managers to deliver the best result." groups={[ { - id: "g1", - groupTitle: "Core Collaborators", - members: [ + id: "g1", groupTitle: "Core Collaborators", members: [ { - id: "mem1", - title: "Creative Lead", - subtitle: "UI/UX Specialist", - detail: "Ensures user-centric designs are brought to life perfectly.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg", - }, + id: "mem1", title: "Creative Lead", subtitle: "UI/UX Specialist", detail: "Ensures user-centric designs are brought to life perfectly."}, { - id: "mem2", - title: "Strategy Partner", - subtitle: "Project Manager", - detail: "Keeps projects on timeline and business goals aligned.", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg", - }, + id: "mem2", title: "Strategy Partner", subtitle: "Project Manager", detail: "Keeps projects on timeline and business goals aligned."}, ], - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-books-notepads-sits-front-computer-top-view_169016-49260.jpg?_wi=2", - imageAlt: "Happy successful businessman posing outside", }, ]} /> @@ -214,28 +123,12 @@ export default function LandingPage() { showStepNumbers={true} features={[ { - title: "Discovery Phase", - description: "Understanding your vision and technical requirements.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165939.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-typing-laptop-taking-cup-drink-home_23-2148112676.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/little-girl-with-books-notepads-sits-front-computer-top-view_169016-49260.jpg?_wi=3", - imageAlt: "Portrait of hacker", + title: "Discovery Phase", description: "Understanding your vision and technical requirements.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165939.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-typing-laptop-taking-cup-drink-home_23-2148112676.jpg" }, }, { - title: "Implementation", - description: "Agile development cycles with regular feedback.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-using-digital-tablet_1170-1092.jpg?_wi=1", - imageAlt: "Portrait of hacker", + title: "Implementation", description: "Agile development cycles with regular feedback.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg" }, }, ]} /> @@ -246,34 +139,15 @@ export default function LandingPage() { logoText="Omema Dev" columns={[ { - title: "Navigate", - items: [ - { - label: "Home", - href: "/", - }, - { - label: "About", - href: "/about", - }, - { - label: "Testimonials", - href: "/testimonials", - }, - { - label: "Contact", - href: "/contact", - }, + title: "Navigate", items: [ + { label: "Home", href: "/" }, + { label: "About", href: "/about" }, + { label: "Testimonials", href: "/testimonials" }, + { label: "Contact", href: "/contact" }, ], }, { - title: "Contact", - items: [ - { - label: "03340036992", - href: "tel:03340036992", - }, - ], + title: "Contact", items: [{ label: "03340036992", href: "tel:03340036992" }], }, ]} copyrightText="© 2025 Omema. All rights reserved."