diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d2f6a5a..c550275 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,31 +26,19 @@ export default function LandingPage() { @@ -59,18 +47,15 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Crafting Digital Excellence for Your Business", - }, + type: "text", content: "Crafting Digital Excellence for Your Business"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/diverse-women-leaders-corporate-meeting-driving-business-growth_482257-119653.jpg", alt: "Diverse team collaborating in a modern office" + } ]} buttons={[ { - text: "Our Vision", - href: "/about#our-vision", - }, + text: "Our Vision", href: "/about#our-vision"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/diverse-women-leaders-corporate-meeting-driving-business-growth_482257-119653.jpg" - imageAlt="Diverse team collaborating in a modern office" /> @@ -83,26 +68,11 @@ export default function LandingPage() { carouselMode="buttons" members={[ { - id: "member-1", - name: "John Doe", - role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-people-asking-advice-assistance-regarding-pension-plans_482257-106912.jpg", - imageAlt: "Professional portrait of John Doe, CEO", - }, + id: "member-1", name: "John Doe", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-people-asking-advice-assistance-regarding-pension-plans_482257-106912.jpg", imageAlt: "Professional portrait of John Doe, CEO"}, { - id: "member-2", - name: "Jane Smith", - role: "Lead UX/UI Designer", - imageSrc: "http://img.b2bpic.net/free-photo/photography-artist-with-handicap-using-touch-screen_482257-17668.jpg", - imageAlt: "Professional portrait of Jane Smith, Lead Designer", - }, + id: "member-2", name: "Jane Smith", role: "Lead UX/UI Designer", imageSrc: "http://img.b2bpic.net/free-photo/photography-artist-with-handicap-using-touch-screen_482257-17668.jpg", imageAlt: "Professional portrait of Jane Smith, Lead Designer"}, { - id: "member-3", - name: "Mike Johnson", - role: "Head of Development", - imageSrc: "http://img.b2bpic.net/free-photo/programmer-office_1098-21517.jpg", - imageAlt: "Professional portrait of Mike Johnson, Head of Development", - }, + id: "member-3", name: "Mike Johnson", role: "Head of Development", imageSrc: "http://img.b2bpic.net/free-photo/programmer-office_1098-21517.jpg", imageAlt: "Professional portrait of Mike Johnson, Head of Development"}, ]} title="Meet the Minds Behind Webuild" description="Our passionate team of designers, developers, and strategists are dedicated to turning your vision into a remarkable digital reality." @@ -113,58 +83,35 @@ export default function LandingPage() {