diff --git a/src/app/page.tsx b/src/app/page.tsx index 27f8543..208b6a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,30 +31,18 @@ export default function LandingPage() { @@ -292,44 +188,20 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "trustworthy-reliable", - value: "", - title: "Trustworthy & Reliable", - items: [ - "You can count on us to care for your space like it's our own.", - ], - imageSrc: "http://img.b2bpic.net/free-vector/shields-outline-with-check-marks-set-four_78370-4915.jpg", - imageAlt: "Trustworthy shield icon", + id: "trustworthy-reliable", value: "", title: "Trustworthy & Reliable", items: [ + "You can count on us to care for your space like it's our own."] }, { - id: "trained-professional-team", - value: "", - title: "Trained & Professional Team", - items: [ - "Our team is highly trained, friendly, and detail-oriented.", - ], - imageSrc: "http://img.b2bpic.net/free-vector/industrial-cleaning-service-flat-icons-set_1284-8612.jpg", - imageAlt: "Trained team icon", + id: "trained-professional-team", value: "", title: "Trained & Professional Team", items: [ + "Our team is highly trained, friendly, and detail-oriented."] }, { - id: "attention-to-detail", - value: "", - title: "Attention to Detail", - items: [ - "We don't just clean, we make every corner shine.", - ], - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sparkling-stars-collection_23-2149025505.jpg", - imageAlt: "Attention to detail icon", + id: "attention-to-detail", value: "", title: "Attention to Detail", items: [ + "We don't just clean, we make every corner shine."] }, { - id: "flexible-scheduling", - value: "", - title: "Flexible Scheduling", - items: [ - "We work around your schedule to make it easy for you.", - ], - imageSrc: "http://img.b2bpic.net/free-vector/laptop-computer-with-electronic-business-icons_24911-45469.jpg", - imageAlt: "Flexible scheduling icon", + id: "flexible-scheduling", value: "", title: "Flexible Scheduling", items: [ + "We work around your schedule to make it easy for you."] }, ]} title="Why Choose MMaxiCleaning Services?" @@ -342,15 +214,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Hamilton", - "Burlington", - "Oakville", - "Stoney Creek", - "Guelph", - "Mississauga", - "Milton", - "Ancaster", - ]} + "Hamilton", "Burlington", "Oakville", "Stoney Creek", "Guelph", "Mississauga", "Milton", "Ancaster"]} title="Proudly Serving" speed={40} description="MMaxiCleaning Services is pleased to offer professional cleaning solutions across a wide range of communities." @@ -361,18 +225,13 @@ export default function LandingPage() { @@ -384,95 +243,55 @@ export default function LandingPage() { logoText="MMaxiCleaning Services" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "About Us", - href: "#about-us", - }, + label: "About Us", href: "#about-us"}, { - label: "Why Choose Us", - href: "#why-choose-us", - }, + label: "Why Choose Us", href: "#why-choose-us"}, ], }, { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Residential Cleaning", - href: "#services", - }, + label: "Residential Cleaning", href: "#services"}, { - label: "Office Cleaning", - href: "#services", - }, + label: "Office Cleaning", href: "#services"}, { - label: "Post-Construction Cleaning", - href: "#services", - }, + label: "Post-Construction Cleaning", href: "#services"}, { - label: "Move In / Move Out Cleaning", - href: "#services", - }, + label: "Move In / Move Out Cleaning", href: "#services"}, { - label: "Deep Cleaning", - href: "#services", - }, + label: "Deep Cleaning", href: "#services"}, ], }, { - title: "Contact & Social", - items: [ + title: "Contact & Social", items: [ { - label: "Phone: 905-516-0276", - href: "tel:+19055160276", - }, + label: "Phone: 905-516-0276", href: "tel:+19055160276"}, { - label: "Email: info@mmaxicleaning.com", - href: "mailto:info@mmaxicleaning.com", - }, + label: "Email: info@mmaxicleaning.com", href: "mailto:info@mmaxicleaning.com"}, { - label: "Facebook", - href: "https://facebook.com/mmaxiclean", - }, + label: "Facebook", href: "https://facebook.com/mmaxiclean"}, { - label: "Instagram", - href: "https://instagram.com/mmaxiclean", - }, + label: "Instagram", href: "https://instagram.com/mmaxiclean"}, { - label: "TikTok", - href: "https://tiktok.com/@mmaxiclean", - }, + label: "TikTok", href: "https://tiktok.com/@mmaxiclean"}, ], }, { - title: "Areas", - items: [ + title: "Areas", items: [ { - label: "Hamilton", - href: "#service-areas", - }, + label: "Hamilton", href: "#service-areas"}, { - label: "Burlington", - href: "#service-areas", - }, + label: "Burlington", href: "#service-areas"}, { - label: "Oakville", - href: "#service-areas", - }, + label: "Oakville", href: "#service-areas"}, { - label: "Stoney Creek", - href: "#service-areas", - }, + label: "Stoney Creek", href: "#service-areas"}, { - label: "Guelph", - href: "#service-areas", - }, + label: "Guelph", href: "#service-areas"}, ], }, ]}