Compare commits
37 Commits
version_4
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 60282d3411 | |||
| 4fe4c90599 | |||
| 9d0db1a4f0 | |||
| 92d06f7700 | |||
| 1d0b781425 | |||
| 99d1b7849d | |||
| b53551d7fd | |||
| d594e1fedc | |||
| 2b356d1fc5 | |||
| d4d86b3140 | |||
| c8fff1e05f | |||
| 79b0e79c01 | |||
| 09c23dd343 | |||
| e5a2d86941 | |||
| aa9840caf9 | |||
| c089ccf587 | |||
| 2b0a7e9a93 | |||
| 9cb22f8650 | |||
| 88cb423be7 | |||
| 298817d752 | |||
| ce3f299a78 | |||
| 869cee6323 | |||
| d415326c36 | |||
| 4107795a82 | |||
| 3631636c29 | |||
| 60fec070d2 | |||
| 8e11585f0c | |||
| 2e06c99a60 | |||
| 04923096b1 | |||
| 3ace316679 | |||
| fa13104213 | |||
| 01efea359b | |||
| e0a60c7b61 | |||
| 58e4528dc3 | |||
| ef74e8bd95 | |||
| 257a006a69 | |||
| e1993098d8 |
1438
src/app/layout.tsx
1438
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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";
|
||||
@@ -70,7 +70,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText=""
|
||||
logoText="SCHUIT GENERAL"
|
||||
description="Building Stronger, Smarter Spaces. Premium general contracting for residential, cottage, and mid-rise projects across Ontario."
|
||||
buttons={[
|
||||
{ text: "Request a Quote", href: "contact" },
|
||||
@@ -78,9 +78,11 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", imageAlt: "exterior restoration building facade renovation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", imageAlt: "exterior restoration building facade renovation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571924.jpg", imageAlt: "cottage renovation exterior improvement"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773089402832-7kuv74bq.jpg", imageAlt: "cottage renovation exterior improvement"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -95,16 +97,20 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "General Contracting", description: "Full-service project management from residential homes to mid-rise buildings. We handle every phase with precision and accountability.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg?_wi=1", imageAlt: "construction project management team planning"},
|
||||
title: "General Contracting", description: "Full-service project management from residential homes to mid-rise buildings. We handle every phase with precision and accountability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773089372551-yp8c17sq.jpg", imageAlt: "construction project management team planning"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Exterior Restorations", description: "Expert restoration of building facades, siding, and exterior elements. We specialize in preserving architectural character while modernizing performance.", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=1", imageAlt: "exterior facade restoration workers"},
|
||||
title: "Exterior Restorations", description: "Expert restoration of building facades, siding, and exterior elements. We specialize in preserving architectural character while modernizing performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773089402832-7kuv74bq.jpg", imageAlt: "exterior facade restoration workers"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Energy-Efficient Upgrades", description: "Advanced building envelope improvements and energy solutions. Reduce operating costs while improving comfort and sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg?_wi=1", imageAlt: "energy efficient building upgrades installation"},
|
||||
title: "Energy-Efficient Upgrades", description: "Advanced building envelope improvements and energy solutions. Reduce operating costs while improving comfort and sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg?_wi=1", imageAlt: "energy efficient building upgrades installation"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Cottage & Renovation", description: "Specialized cottage construction and renovation expertise. We understand seasonal challenges and heritage considerations unique to cottage properties.", imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg?_wi=1", imageAlt: "cottage renovation rural property improvement"},
|
||||
title: "Cottage & Renovation", description: "Specialized cottage construction and renovation expertise. We understand seasonal challenges and heritage considerations unique to cottage properties.", imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg?_wi=1", imageAlt: "cottage renovation rural property improvement"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -129,13 +135,17 @@ 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: "Backyard deck and pergola renovation ", price: "Completed 2019", variant: "", 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: "Exterior restoration ", price: "Completed 2019", variant: "", 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 +157,18 @@ 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: "Randy Schuit", role: "Founder & CEO", description: "With over 35 years of experience in general contracting, Richael Schuit leads Schuit General with a commitment to excellence and innovation in construction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773090617827-2rffgx8w.jpg", 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}
|
||||
/>
|
||||
@@ -189,7 +194,7 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready to Build?"
|
||||
title="Let's Bring Your Project to Life"
|
||||
title="Get Your Free Project Estimate Today"
|
||||
description="Contact Schuit General today to discuss your construction or renovation project. Our team is ready to deliver excellence."
|
||||
buttons={[
|
||||
{ text: "Request a Quote", href: "contact" },
|
||||
@@ -203,7 +208,7 @@ export default function HomePage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={footerColumns}
|
||||
logoText="Schuit General"
|
||||
logoText="SCHUIT GENERAL"
|
||||
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--background: #9e9d99;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2c2c2c;
|
||||
--primary-cta-text: #f5f4f0;
|
||||
--secondary-cta: #f5f4f0;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #8a8a8a;
|
||||
--background-accent: #e8e6e1;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user