Merge version_6 into main #21

Merged
bender merged 1 commits from version_6 into main 2026-03-10 20:42:08 +00:00

View File

@@ -282,8 +282,14 @@ export default function HomePage() {
<div id="team" data-section="team">
<TeamCardOne
title="Meet Our Team"
description="Our dedicated professionals ready to serve your needs"
tag="Our Experts"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
carouselMode="buttons"
members={[
{
id: "1", name: "Mike Earl", role: "Owner and Lead Technician", imageSrc:
@@ -294,11 +300,6 @@ export default function HomePage() {
"http://img.b2bpic.net/free-photo/portrait-young-business-woman-posing-with-crossed-arms_23-2149206523.jpg", imageAlt: "David Smith - Service Manager"
},
]}
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
carouselMode="buttons"
/>
</div>