3 Commits

Author SHA1 Message Date
aa9840caf9 Update src/app/page.tsx 2026-03-09 20:22:15 +00:00
c089ccf587 Merge version_9 into main
Merge version_9 into main
2026-03-09 02:14:07 +00:00
9cb22f8650 Merge version_9 into main
Merge version_9 into main
2026-03-09 02:12:57 +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 MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
@@ -147,23 +147,24 @@ export default function HomePage() {
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
metrics={[
<div id="team" data-section="team">
<TeamCardOne
members={[
{
id: "1", value: "500+", title: "Projects Completed", items: ["Residential to Commercial", "Spanning 25+ years of excellence"],
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", value: "98%", title: "Client Satisfaction", items: ["Long-term relationships built on trust", "Repeat and referral business"],
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", value: "25+", title: "Years of Experience", items: ["Proven expertise across all sectors", "Industry-leading certifications"],
},
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"
}
]}
title="Why Choose Schuit General"
description="Numbers that speak to our commitment to excellence and client satisfaction."
tag="Our Track Record"
title="Meet the Owner"
description="Get to know the leadership and expertise behind Schuit General's success."
tag="Our Team"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={false}
/>