diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ec9c5ba..a1ec362 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,13 +27,21 @@ export default function LandingPage() { @@ -46,7 +54,9 @@ export default function LandingPage() { title="Graca's Cleaners: Dedicated to Immaculate Spaces and Happy Clients" buttons={[ { - text: "Meet Our Team", href: "/about#team"}, + text: "Meet Our Team", + href: "/about#team", + }, ]} buttonAnimation="slide-up" /> @@ -59,13 +69,33 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", name: "Graca Silva", role: "Founder & Lead Cleaner", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-apron-rubber-gloves-holding-bottle-with-cleaning-supplies-smiling-cheerfully-white-wall_141793-13591.jpg", imageAlt: "Graca Silva"}, + id: "1", + name: "Graca Silva", + role: "Founder & Lead Cleaner", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-apron-rubber-gloves-holding-bottle-with-cleaning-supplies-smiling-cheerfully-white-wall_141793-13591.jpg", + imageAlt: "Graca Silva", + }, { - id: "2", name: "Carlos Mendes", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-plate-sponge-with-annoyed-expression-standing-pink-wall_141793-64025.jpg", imageAlt: "Carlos Mendes"}, + id: "2", + name: "Carlos Mendes", + role: "Operations Manager", + imageSrc: "http://img.b2bpic.net/free-photo/angry-young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-plate-sponge-with-annoyed-expression-standing-pink-wall_141793-64025.jpg", + imageAlt: "Carlos Mendes", + }, { - id: "3", name: "Sofia Costa", role: "Residential Cleaning Specialist", imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520608.jpg", imageAlt: "Sofia Costa"}, + id: "3", + name: "Sofia Costa", + role: "Residential Cleaning Specialist", + imageSrc: "http://img.b2bpic.net/free-photo/view-professional-cleaning-service-person-holding-supplies_23-2150520608.jpg", + imageAlt: "Sofia Costa", + }, { - id: "4", name: "David Pereira", role: "Commercial Cleaning Supervisor", imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-spray-bottle-smiling-cheerfully-standing-white-wall_141793-60752.jpg", imageAlt: "David Pereira"}, + id: "4", + name: "David Pereira", + role: "Commercial Cleaning Supervisor", + imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-man-wearing-casual-clothes-cap-rubber-gloves-holding-spray-bottle-smiling-cheerfully-standing-white-wall_141793-60752.jpg", + imageAlt: "David Pereira", + }, ]} title="Meet Our Dedicated Cleaning Professionals" description="Our team is the heart of Graca's Cleaners, bringing passion, expertise, and a meticulous eye to every job." @@ -77,7 +107,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Trusted Home Services", "Eco-Solution Providers", "Spotless Business Co.", "Urban Living Residences", "Community Care Foundation", "Shine Bright Retail", "Happy Homes Association"]} + "Trusted Home Services", + "Eco-Solution Providers", + "Spotless Business Co.", + "Urban Living Residences", + "Community Care Foundation", + "Shine Bright Retail", + "Happy Homes Association", + ]} title="Trusted by Leading Homes and Businesses" description="We're proud to partner with a diverse range of clients who rely on our consistent quality and professionalism." speed={40} @@ -90,43 +127,65 @@ export default function LandingPage() { logoText="Graca's Cleaners" columns={[ { - title: "Services", items: [ + title: "Services", + items: [ { - label: "Residential Cleaning", href: "/services#residential"}, + label: "Residential Cleaning", + href: "/services#residential", + }, { - label: "Commercial Cleaning", href: "/services#commercial"}, + label: "Commercial Cleaning", + href: "/services#commercial", + }, { - label: "Deep Cleaning", href: "/services#deep"}, + label: "Deep Cleaning", + href: "/services#deep", + }, { - label: "Move In/Out Cleaning", href: "/services#move-in-out"}, + label: "Move In/Out Cleaning", + href: "/services#move-in-out", + }, ], }, { - title: "Company", items: [ + title: "Company", + items: [ { - label: "About Us", href: "/about"}, + label: "About Us", + href: "/about", + }, { - label: "Team", href: "/about#team"}, + label: "Team", + href: "/about#team", + }, { - label: "Contact", href: "/contact"}, + label: "Contact", + href: "/contact", + }, { - label: "FAQ", href: "/contact#faq"}, + label: "FAQ", + href: "/contact#faq", + }, ], }, { - title: "Legal", items: [ + title: "Legal", + items: [ { - label: "Privacy Policy", href: "#"}, + label: "Privacy Policy", + href: "#", + }, { - label: "Terms of Service", href: "#"}, + label: "Terms of Service", + href: "#", + }, ], }, ]} copyrightText="© 2024 Graca's Cleaners. All rights reserved." - logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EKbpymWA6Q8KxfgRusQqtoetGM/uploaded-1779930958989-9yhbudhh.png" /> ); -} \ No newline at end of file +}