Compare commits
5 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 09c23dd343 | |||
| e5a2d86941 | |||
| aa9840caf9 | |||
| c089ccf587 | |||
| 9cb22f8650 |
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user