8 Commits

Author SHA1 Message Date
09c23dd343 Update src/app/page.tsx 2026-03-09 20:28:40 +00:00
e5a2d86941 Merge version_10 into main
Merge version_10 into main
2026-03-09 20:22:19 +00:00
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
2b0a7e9a93 Update src/app/page.tsx 2026-03-09 02:14:03 +00:00
9cb22f8650 Merge version_9 into main
Merge version_9 into main
2026-03-09 02:12:57 +00:00
88cb423be7 Update src/app/page.tsx 2026-03-09 02:12:47 +00:00
298817d752 Merge version_8 into main
Merge version_8 into main
2026-03-09 02:08:42 +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 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";
@@ -147,23 +147,17 @@ export default function HomePage() {
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardSeven
metrics={[
<div id="team" data-section="team">
<TeamCardTwo
members={[
{
id: "1", value: "500+", title: "Projects Completed", items: ["Residential to Commercial", "Spanning 25+ years of excellence"],
},
{
id: "2", value: "98%", title: "Client Satisfaction", items: ["Long-term relationships built on trust", "Repeat and referral business"],
},
{
id: "3", value: "25+", title: "Years of Experience", items: ["Proven expertise across all sectors", "Industry-leading certifications"],
},
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="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 Leadership"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
useInvertedBackground={false}
/>