Compare commits
10 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| aa9840caf9 | |||
| c089ccf587 | |||
| 2b0a7e9a93 | |||
| 9cb22f8650 | |||
| 88cb423be7 | |||
| 298817d752 | |||
| ce3f299a78 | |||
| 869cee6323 | |||
| 4107795a82 | |||
| 60fec070d2 |
@@ -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";
|
||||
@@ -129,13 +129,13 @@ export default function HomePage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "project-1", name: "Burlington Residence - Full Renovation", price: "Completed 2023", variant: "Modern Exterior Restoration", imageSrc: "http://img.b2bpic.net/free-vector/traditional-mexican-house-windows_1308-175657.jpg?_wi=1", imageAlt: "Burlington residence exterior"},
|
||||
id: "project-1", name: "Burlington Residence - Full Renovation", price: "Completed 2023", variant: "Modern Exterior Restoration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081676-j07lq8jc.jpg", imageAlt: "Burlington residence exterior renovation with modern updates and restored facade details"},
|
||||
{
|
||||
id: "project-2", name: "Muskoka Cottage - Energy Upgrade", price: "Completed 2023", variant: "Sustainable Renovation", imageSrc: "http://img.b2bpic.net/free-photo/friends-watching-sunset-lake-sunset-walking-nature-pier-berth_169016-67652.jpg?_wi=1", imageAlt: "Muskoka cottage project"},
|
||||
id: "project-2", name: "Muskoka Cottage - Energy Upgrade", price: "Completed 2023", variant: "Sustainable Renovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-hp9oa4i7.jpg", imageAlt: "Muskoka cottage featuring energy-efficient upgrades and sustainable building improvements"},
|
||||
{
|
||||
id: "project-3", name: "Downtown Office Building - Mid-Rise", price: "Completed 2022", variant: "Commercial Construction", imageSrc: "http://img.b2bpic.net/free-photo/design-building-with-opened-windows_23-2148252778.jpg?_wi=1", imageAlt: "Downtown office building"},
|
||||
id: "project-3", name: "Downtown Office Building - Mid-Rise", price: "Completed 2022", variant: "Commercial Construction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-ob7ylpcq.jpg", imageAlt: "Downtown office building showcasing mid-rise commercial construction with modern architectural design"},
|
||||
{
|
||||
id: "project-4", name: "Heritage Facade Restoration", price: "Completed 2022", variant: "Historic Preservation", imageSrc: "http://img.b2bpic.net/free-photo/young-male-models-posing-outdoor-stairs_23-2148289233.jpg?_wi=1", imageAlt: "Heritage building restoration"},
|
||||
id: "project-4", name: "Heritage Facade Restoration", price: "Completed 2022", variant: "Historic Preservation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-u1d6o0w2.jpg", imageAlt: "Heritage building facade restoration preserving historic character while updating structural integrity"},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
description="Discover our portfolio of completed projects showcasing diverse expertise in residential, commercial, and specialized construction."
|
||||
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user