Merge version_11 into main #17

Merged
bender merged 1 commits from version_11 into main 2026-03-09 20:28:44 +00:00

View File

@@ -7,7 +7,7 @@ import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCa
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
@@ -148,21 +148,14 @@ export default function HomePage() {
</div>
<div id="team" data-section="team">
<TeamCardOne
<TeamCardTwo
members={[
{
id: "1", name: "Michael Schuit", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23575.jpg?_wi=1", imageAlt: "Michael Schuit, Founder & CEO of Schuit General"
},
{
id: "2", name: "David Porter", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-dark-skinned-student-wearing-checkered-shirt-with-confident-joyful-expression-standing-chalkboard-wall_273609-5907.jpg?_wi=1", imageAlt: "David Porter, Project Manager"
},
{
id: "3", name: "Sarah Thompson", role: "Senior Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=1", imageAlt: "Sarah Thompson, Senior Architect"
}
id: "1", name: "Michael Schuit", role: "Founder & CEO", description: "With over 25 years of experience in general contracting, Michael Schuit leads Schuit General with a commitment to excellence and innovation in construction.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23575.jpg?_wi=1", imageAlt: "Michael Schuit, Founder & CEO of Schuit General"},
]}
title="Meet the Owner"
description="Get to know the leadership and expertise behind Schuit General's success."
tag="Our Team"
tag="Our Leadership"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"