42 Commits

Author SHA1 Message Date
d415326c36 Update theme colors 2026-03-09 01:38:40 +00:00
3631636c29 Update theme colors 2026-03-09 01:38:13 +00:00
8e11585f0c Update src/app/page.tsx 2026-03-09 01:35:45 +00:00
2e06c99a60 Update src/app/layout.tsx 2026-03-09 01:35:45 +00:00
04923096b1 Merge version_6 into main
Merge version_6 into main
2026-03-09 01:34:06 +00:00
3ace316679 Update src/app/page.tsx 2026-03-09 01:34:02 +00:00
fa13104213 Merge version_6 into main
Merge version_6 into main
2026-03-09 01:32:59 +00:00
01efea359b Update src/app/page.tsx 2026-03-09 01:32:55 +00:00
e0a60c7b61 Merge version_5 into main
Merge version_5 into main
2026-03-09 01:30:52 +00:00
58e4528dc3 Update src/app/page.tsx 2026-03-09 01:30:48 +00:00
ef74e8bd95 Update src/app/layout.tsx 2026-03-09 01:30:48 +00:00
257a006a69 Merge version_4 into main
Merge version_4 into main
2026-03-08 23:47:06 +00:00
740c8e7879 Update src/app/services/page.tsx 2026-03-08 23:47:02 +00:00
2f4277085e Update src/app/projects/page.tsx 2026-03-08 23:47:02 +00:00
f49b01e51a Update src/app/page.tsx 2026-03-08 23:47:02 +00:00
bd0d6bacaf Update src/app/contact/page.tsx 2026-03-08 23:47:01 +00:00
18468f7c62 Update src/app/about/page.tsx 2026-03-08 23:47:01 +00:00
e1993098d8 Merge version_4 into main
Merge version_4 into main
2026-03-08 23:45:24 +00:00
3089e792cb Update src/app/services/page.tsx 2026-03-08 23:45:20 +00:00
291511b97b Update src/app/projects/page.tsx 2026-03-08 23:45:20 +00:00
df5454c836 Update src/app/page.tsx 2026-03-08 23:45:20 +00:00
a002e4f824 Update src/app/contact/page.tsx 2026-03-08 23:45:19 +00:00
3c51e7fcc6 Update src/app/about/page.tsx 2026-03-08 23:45:19 +00:00
9ad33ed173 Merge version_3 into main
Merge version_3 into main
2026-03-08 23:35:00 +00:00
65c0a80778 Update src/app/services/page.tsx 2026-03-08 23:34:56 +00:00
c5da60b7dd Update src/app/projects/page.tsx 2026-03-08 23:34:55 +00:00
996a75d5b4 Update src/app/page.tsx 2026-03-08 23:34:55 +00:00
ca4c58b0f8 Update src/app/contact/page.tsx 2026-03-08 23:34:54 +00:00
884b78564f Update src/app/about/page.tsx 2026-03-08 23:34:54 +00:00
c782ff7440 Merge version_3 into main
Merge version_3 into main
2026-03-08 23:33:12 +00:00
a4effb8add Update src/app/services/page.tsx 2026-03-08 23:33:08 +00:00
21f7f33d21 Update src/app/projects/page.tsx 2026-03-08 23:33:07 +00:00
60fe712986 Update src/app/page.tsx 2026-03-08 23:33:07 +00:00
d05dea51fc Update src/app/contact/page.tsx 2026-03-08 23:33:06 +00:00
07258297b7 Update src/app/about/page.tsx 2026-03-08 23:33:05 +00:00
93af44ff6d Merge version_2 into main
Merge version_2 into main
2026-03-08 23:25:52 +00:00
6c2340d0be Update src/app/services/page.tsx 2026-03-08 23:25:48 +00:00
4dceaad1cb Update src/app/projects/page.tsx 2026-03-08 23:25:48 +00:00
c393cc5619 Update src/app/page.tsx 2026-03-08 23:25:47 +00:00
f0a83f525d Update src/app/contact/page.tsx 2026-03-08 23:25:47 +00:00
a814ee1e58 Update src/app/about/page.tsx 2026-03-08 23:25:47 +00:00
8bb02c0204 Merge version_1 into main
Merge version_1 into main
2026-03-08 23:19:40 +00:00
7 changed files with 118 additions and 1706 deletions

View File

@@ -13,32 +13,29 @@ export default function AboutPage() {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Services", id: "services" }, { name: "Services", id: "/services" },
{ name: "Projects", id: "projects" }, { name: "Projects", id: "/projects" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/contact" },
]; ];
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Services", href: "services" }, { label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "projects" }, { label: "Portfolio", href: "/projects" },
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [ { label: "General Contracting", href: "/services" },
{ label: "General Contracting", href: "services" }, { label: "Exterior Restorations", href: "/services" },
{ label: "Exterior Restorations", href: "services" }, { label: "Energy Upgrades", href: "/services" },
{ label: "Energy Upgrades", href: "services" }, { label: "Cottage Renovation", href: "/services" },
{ label: "Cottage Renovation", href: "services" },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" }, { label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" },
{ label: "Phone: 905-638-4803", href: "tel:905-638-4803" }, { label: "Phone: 905-638-4803", href: "tel:905-638-4803" },
{ label: "Ontario, Canada", href: "#" }, { label: "Ontario, Canada", href: "#" },
@@ -62,7 +59,7 @@ export default function AboutPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={navItems} navItems={navItems}
brandName="Schuit General" brandName=""
bottomLeftText="Ontario, Canada" bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com" bottomRightText="hello@schuitgeneral.com"
/> />
@@ -90,32 +87,16 @@ export default function AboutPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Quality Craftsmanship", title: "Quality Craftsmanship", description: "Every project reflects our dedication to superior workmanship, attention to detail, and use of premium materials that stand the test of time.", imageSrc: "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg?_wi=2", imageAlt: "skilled construction craftsmanship"},
description: "Every project reflects our dedication to superior workmanship, attention to detail, and use of premium materials that stand the test of time.",
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg?_wi=2",
imageAlt: "skilled construction craftsmanship",
},
{ {
id: 2, id: 2,
title: "Client-Centric Approach", title: "Client-Centric Approach", description: "We prioritize understanding your vision, maintaining transparent communication, and delivering results that exceed your expectations every time.", imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=2", imageAlt: "collaborative client meetings"},
description: "We prioritize understanding your vision, maintaining transparent communication, and delivering results that exceed your expectations every time.",
imageSrc: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=2",
imageAlt: "collaborative client meetings",
},
{ {
id: 3, id: 3,
title: "Sustainable Innovation", title: "Sustainable Innovation", description: "We embrace modern building techniques and energy-efficient solutions to create spaces that are both beautiful and environmentally responsible.", imageSrc: "http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg?_wi=2", imageAlt: "sustainable green building practices"},
description: "We embrace modern building techniques and energy-efficient solutions to create spaces that are both beautiful and environmentally responsible.",
imageSrc: "http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg?_wi=2",
imageAlt: "sustainable green building practices",
},
{ {
id: 4, id: 4,
title: "Proven Reliability", title: "Proven Reliability", description: "With 500+ completed projects and 98% client satisfaction, our track record speaks to our reliability and commitment to project success.", imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg?_wi=2", imageAlt: "completed construction projects"},
description: "With 500+ completed projects and 98% client satisfaction, our track record speaks to our reliability and commitment to project success.",
imageSrc: "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg?_wi=2",
imageAlt: "completed construction projects",
},
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -126,22 +107,13 @@ export default function AboutPage() {
<MetricCardSeven <MetricCardSeven
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "25+", title: "Years in Business", items: ["Founded 1995", "Continuous growth and excellence"],
value: "25+",
title: "Years in Business",
items: ["Founded 1995", "Continuous growth and excellence"],
}, },
{ {
id: "2", id: "2", value: "500+", title: "Projects Delivered", items: ["Residential to commercial", "Diverse project types"],
value: "500+",
title: "Projects Delivered",
items: ["Residential to commercial", "Diverse project types"],
}, },
{ {
id: "3", id: "3", value: "98%", title: "Client Satisfaction Rate", items: ["Long-term client relationships", "Industry-leading reputation"],
value: "98%",
title: "Client Satisfaction Rate",
items: ["Long-term client relationships", "Industry-leading reputation"],
}, },
]} ]}
title="Our Achievement" title="Our Achievement"

View File

@@ -17,16 +17,14 @@ export default function ContactPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" }, { label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "/projects" }, { label: "Portfolio", href: "/projects" },
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "General Contracting", href: "/services" }, { label: "General Contracting", href: "/services" },
{ label: "Exterior Restorations", href: "/services" }, { label: "Exterior Restorations", href: "/services" },
{ label: "Energy Upgrades", href: "/services" }, { label: "Energy Upgrades", href: "/services" },
@@ -34,8 +32,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" }, { label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" },
{ label: "Phone: 905-638-4803", href: "tel:905-638-4803" }, { label: "Phone: 905-638-4803", href: "tel:905-638-4803" },
{ label: "Ontario, Canada", href: "#" }, { label: "Ontario, Canada", href: "#" },
@@ -59,7 +56,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={navItems} navItems={navItems}
brandName="Schuit General" brandName=""
bottomLeftText="Ontario, Canada" bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com" bottomRightText="hello@schuitgeneral.com"
/> />

File diff suppressed because it is too large Load Diff

View File

@@ -16,32 +16,29 @@ export default function HomePage() {
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Services", id: "services" }, { name: "Services", id: "/services" },
{ name: "Projects", id: "projects" }, { name: "Projects", id: "/projects" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "/contact" },
]; ];
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Services", href: "services" }, { label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "projects" }, { label: "Portfolio", href: "/projects" },
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [ { label: "General Contracting", href: "/services" },
{ label: "General Contracting", href: "services" }, { label: "Exterior Restorations", href: "/services" },
{ label: "Exterior Restorations", href: "services" }, { label: "Energy Upgrades", href: "/services" },
{ label: "Energy Upgrades", href: "services" }, { label: "Cottage Renovation", href: "/services" },
{ label: "Cottage Renovation", href: "services" },
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" }, { label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" },
{ label: "Phone: 905-638-4803", href: "tel:905-638-4803" }, { label: "Phone: 905-638-4803", href: "tel:905-638-4803" },
{ label: "Ontario, Canada", href: "#" }, { label: "Ontario, Canada", href: "#" },
@@ -65,7 +62,7 @@ export default function HomePage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={navItems} navItems={navItems}
brandName="Schuit General" brandName=""
bottomLeftText="Ontario, Canada" bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com" bottomRightText="hello@schuitgeneral.com"
/> />
@@ -81,17 +78,9 @@ export default function HomePage() {
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/construction-site-with-tower-crane-apartments-urban-modern-architecture_169016-69092.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", imageAlt: "exterior restoration building facade renovation"},
imageAlt: "Modern residential construction",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-construction_23-2148751990.jpg", imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571924.jpg", imageAlt: "cottage renovation exterior improvement"},
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",
},
]} ]}
autoplayDelay={5000} autoplayDelay={5000}
showDimOverlay={true} showDimOverlay={true}
@@ -106,32 +95,16 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "General Contracting", 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"},
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",
},
{ {
id: 2, id: 2,
title: "Exterior Restorations", 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"},
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",
},
{ {
id: 3, id: 3,
title: "Energy-Efficient Upgrades", 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"},
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, id: 4,
title: "Cottage & Renovation", 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"},
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" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -156,37 +129,13 @@ export default function HomePage() {
<ProductCardFour <ProductCardFour
products={[ products={[
{ {
id: "project-1", 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"},
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-2", 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"},
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-3", 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"},
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-4", 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"},
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",
},
]} ]}
title="Featured Projects" title="Featured Projects"
description="Discover our portfolio of completed projects showcasing diverse expertise in residential, commercial, and specialized construction." description="Discover our portfolio of completed projects showcasing diverse expertise in residential, commercial, and specialized construction."
@@ -202,22 +151,13 @@ export default function HomePage() {
<MetricCardSeven <MetricCardSeven
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "500+", title: "Projects Completed", items: ["Residential to Commercial", "Spanning 25+ years of excellence"],
value: "500+",
title: "Projects Completed",
items: ["Residential to Commercial", "Spanning 25+ years of excellence"],
}, },
{ {
id: "2", id: "2", value: "98%", title: "Client Satisfaction", items: ["Long-term relationships built on trust", "Repeat and referral business"],
value: "98%",
title: "Client Satisfaction",
items: ["Long-term relationships built on trust", "Repeat and referral business"],
}, },
{ {
id: "3", id: "3", value: "25+", title: "Years of Experience", items: ["Proven expertise across all sectors", "Industry-leading certifications"],
value: "25+",
title: "Years of Experience",
items: ["Proven expertise across all sectors", "Industry-leading certifications"],
}, },
]} ]}
title="Why Choose Schuit General" title="Why Choose Schuit General"
@@ -249,7 +189,7 @@ export default function HomePage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Ready to Build?" 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." description="Contact Schuit General today to discuss your construction or renovation project. Our team is ready to deliver excellence."
buttons={[ buttons={[
{ text: "Request a Quote", href: "contact" }, { text: "Request a Quote", href: "contact" },
@@ -263,10 +203,10 @@ export default function HomePage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={footerColumns} columns={footerColumns}
logoText="Schuit General" logoText="SCHUIT GENERAL"
copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI." copyrightText="© 2025 Schuit General. All rights reserved. Division of Burlington SCI."
/> />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -18,16 +18,14 @@ export default function ProjectsPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" }, { label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "/projects" }, { label: "Portfolio", href: "/projects" },
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "General Contracting", href: "/services" }, { label: "General Contracting", href: "/services" },
{ label: "Exterior Restorations", href: "/services" }, { label: "Exterior Restorations", href: "/services" },
{ label: "Energy Upgrades", href: "/services" }, { label: "Energy Upgrades", href: "/services" },
@@ -35,8 +33,7 @@ export default function ProjectsPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" }, { label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" },
{ label: "Phone: 905-638-4803", href: "tel:905-638-4803" }, { label: "Phone: 905-638-4803", href: "tel:905-638-4803" },
{ label: "Ontario, Canada", href: "#" }, { label: "Ontario, Canada", href: "#" },
@@ -60,7 +57,7 @@ export default function ProjectsPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={navItems} navItems={navItems}
brandName="Schuit General" brandName=""
bottomLeftText="Ontario, Canada" bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com" bottomRightText="hello@schuitgeneral.com"
/> />
@@ -70,41 +67,17 @@ export default function ProjectsPage() {
<ProductCardFour <ProductCardFour
products={[ products={[
{ {
id: "project-1", id: "project-1", name: "Burlington Residence - Full Renovation", price: "Completed 2023", variant: "Modern Exterior Restoration", imageSrc:
name: "Burlington Residence - Full Renovation", "http://img.b2bpic.net/free-vector/traditional-mexican-house-windows_1308-175657.jpg?_wi=2", imageAlt: "Burlington residence exterior"},
price: "Completed 2023",
variant: "Modern Exterior Restoration",
imageSrc:
"http://img.b2bpic.net/free-vector/traditional-mexican-house-windows_1308-175657.jpg?_wi=2",
imageAlt: "Burlington residence exterior",
},
{ {
id: "project-2", id: "project-2", name: "Muskoka Cottage - Energy Upgrade", price: "Completed 2023", variant: "Sustainable Renovation", imageSrc:
name: "Muskoka Cottage - Energy Upgrade", "http://img.b2bpic.net/free-photo/friends-watching-sunset-lake-sunset-walking-nature-pier-berth_169016-67652.jpg?_wi=2", imageAlt: "Muskoka cottage project"},
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=2",
imageAlt: "Muskoka cottage project",
},
{ {
id: "project-3", id: "project-3", name: "Downtown Office Building - Mid-Rise", price: "Completed 2022", variant: "Commercial Construction", imageSrc:
name: "Downtown Office Building - Mid-Rise", "http://img.b2bpic.net/free-photo/design-building-with-opened-windows_23-2148252778.jpg?_wi=2", imageAlt: "Downtown office building"},
price: "Completed 2022",
variant: "Commercial Construction",
imageSrc:
"http://img.b2bpic.net/free-photo/design-building-with-opened-windows_23-2148252778.jpg?_wi=2",
imageAlt: "Downtown office building",
},
{ {
id: "project-4", id: "project-4", name: "Heritage Facade Restoration", price: "Completed 2022", variant: "Historic Preservation", imageSrc:
name: "Heritage Facade Restoration", "http://img.b2bpic.net/free-photo/young-male-models-posing-outdoor-stairs_23-2148289233.jpg?_wi=2", imageAlt: "Heritage building restoration"},
price: "Completed 2022",
variant: "Historic Preservation",
imageSrc:
"http://img.b2bpic.net/free-photo/young-male-models-posing-outdoor-stairs_23-2148289233.jpg?_wi=2",
imageAlt: "Heritage building restoration",
},
]} ]}
title="Featured Projects" title="Featured Projects"
description="Discover our portfolio of completed projects showcasing diverse expertise in residential, commercial, and specialized construction." description="Discover our portfolio of completed projects showcasing diverse expertise in residential, commercial, and specialized construction."
@@ -120,47 +93,23 @@ export default function ProjectsPage() {
<TestimonialCardTwelve <TestimonialCardTwelve
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Thompson", imageSrc:
name: "Sarah Thompson", "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=2", imageAlt: "professional woman portrait business headshot"},
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=2",
imageAlt: "professional woman portrait business headshot",
},
{ {
id: "2", id: "2", name: "Michael Garrison", imageSrc:
name: "Michael Garrison", "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-with-serious-expression-street_839833-28129.jpg?_wi=2", imageAlt: "professional man portrait business headshot"},
imageSrc:
"http://img.b2bpic.net/free-photo/young-hispanic-man-standing-with-serious-expression-street_839833-28129.jpg?_wi=2",
imageAlt: "professional man portrait business headshot",
},
{ {
id: "3", id: "3", name: "Jennifer Chen", imageSrc:
name: "Jennifer Chen", "http://img.b2bpic.net/free-photo/portrait-gorgeous-stylish-asian-girl-coat-happily-looking-camera-outdoor_574295-2055.jpg?_wi=2", imageAlt: "asian woman professional portrait headshot"},
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-gorgeous-stylish-asian-girl-coat-happily-looking-camera-outdoor_574295-2055.jpg?_wi=2",
imageAlt: "asian woman professional portrait headshot",
},
{ {
id: "4", id: "4", name: "David Porter", imageSrc:
name: "David Porter", "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23575.jpg?_wi=2", imageAlt: "male professional business portrait headshot"},
imageSrc:
"http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23575.jpg?_wi=2",
imageAlt: "male professional business portrait headshot",
},
{ {
id: "5", id: "5", name: "Lisa Marchand", imageSrc:
name: "Lisa Marchand", "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=2", imageAlt: "professional woman business headshot portrait"},
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=2",
imageAlt: "professional woman business headshot portrait",
},
{ {
id: "6", id: "6", name: "Robert Walsh", imageSrc:
name: "Robert Walsh", "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=2", imageAlt: "senior man professional portrait headshot"},
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=2",
imageAlt: "senior man professional portrait headshot",
},
]} ]}
cardTitle="Trusted by homeowners, property managers, and developers across Ontario" cardTitle="Trusted by homeowners, property managers, and developers across Ontario"
cardTag="Client Testimonials" cardTag="Client Testimonials"

View File

@@ -18,16 +18,14 @@ export default function ServicesPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Our Services", href: "/services" }, { label: "Our Services", href: "/services" },
{ label: "Portfolio", href: "/projects" }, { label: "Portfolio", href: "/projects" },
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "General Contracting", href: "/services" }, { label: "General Contracting", href: "/services" },
{ label: "Exterior Restorations", href: "/services" }, { label: "Exterior Restorations", href: "/services" },
{ label: "Energy Upgrades", href: "/services" }, { label: "Energy Upgrades", href: "/services" },
@@ -35,8 +33,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" }, { label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" },
{ label: "Phone: 905-638-4803", href: "tel:905-638-4803" }, { label: "Phone: 905-638-4803", href: "tel:905-638-4803" },
{ label: "Ontario, Canada", href: "#" }, { label: "Ontario, Canada", href: "#" },
@@ -60,7 +57,7 @@ export default function ServicesPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={navItems} navItems={navItems}
brandName="Schuit General" brandName=""
bottomLeftText="Ontario, Canada" bottomLeftText="Ontario, Canada"
bottomRightText="hello@schuitgeneral.com" bottomRightText="hello@schuitgeneral.com"
/> />
@@ -71,40 +68,24 @@ export default function ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "General Contracting", title: "General Contracting", description:
description: "Full-service project management from residential homes to mid-rise buildings. We handle every phase with precision and accountability.", imageSrc:
"Full-service project management from residential homes to mid-rise buildings. We handle every phase with precision and accountability.", "http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg?_wi=3", imageAlt: "construction project management team planning"},
imageSrc:
"http://img.b2bpic.net/free-photo/indian-man-working-male-yellow-vest-man-with-folder_1157-47547.jpg?_wi=3",
imageAlt: "construction project management team planning",
},
{ {
id: 2, id: 2,
title: "Exterior Restorations", title: "Exterior Restorations", description:
description: "Expert restoration of building facades, siding, and exterior elements. We specialize in preserving architectural character while modernizing performance.", imageSrc:
"Expert restoration of building facades, siding, and exterior elements. We specialize in preserving architectural character while modernizing performance.", "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=3", imageAlt: "exterior facade restoration workers"},
imageSrc:
"http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15632.jpg?_wi=3",
imageAlt: "exterior facade restoration workers",
},
{ {
id: 3, id: 3,
title: "Energy-Efficient Upgrades", title: "Energy-Efficient Upgrades", description:
description: "Advanced building envelope improvements and energy solutions. Reduce operating costs while improving comfort and sustainability.", imageSrc:
"Advanced building envelope improvements and energy solutions. Reduce operating costs while improving comfort and sustainability.", "http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg?_wi=3", imageAlt: "energy efficient building upgrades installation"},
imageSrc:
"http://img.b2bpic.net/free-photo/green-architectural-city-buildings_23-2149554114.jpg?_wi=3",
imageAlt: "energy efficient building upgrades installation",
},
{ {
id: 4, id: 4,
title: "Cottage & Renovation", title: "Cottage & Renovation", description:
description: "Specialized cottage construction and renovation expertise. We understand seasonal challenges and heritage considerations unique to cottage properties.", imageSrc:
"Specialized cottage construction and renovation expertise. We understand seasonal challenges and heritage considerations unique to cottage properties.", "http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg?_wi=3", imageAlt: "cottage renovation rural property improvement"},
imageSrc:
"http://img.b2bpic.net/free-photo/lake-o-hara-yoho-national-park-with-waterfront-carbin_649448-2559.jpg?_wi=3",
imageAlt: "cottage renovation rural property improvement",
},
]} ]}
title="Our Services" title="Our Services"
description="Schuit General delivers comprehensive contracting solutions tailored to your project needs. From concept to completion, we combine expertise with quality craftsmanship." description="Schuit General delivers comprehensive contracting solutions tailored to your project needs. From concept to completion, we combine expertise with quality craftsmanship."
@@ -118,28 +99,15 @@ export default function ServicesPage() {
<MetricCardSeven <MetricCardSeven
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "500+", title: "Projects Completed", items: ["Residential to Commercial", "Spanning 25+ years of excellence"],
value: "500+",
title: "Projects Completed",
items: ["Residential to Commercial", "Spanning 25+ years of excellence"],
}, },
{ {
id: "2", id: "2", value: "98%", title: "Client Satisfaction", items: [
value: "98%", "Long-term relationships built on trust", "Repeat and referral business"],
title: "Client Satisfaction",
items: [
"Long-term relationships built on trust",
"Repeat and referral business",
],
}, },
{ {
id: "3", id: "3", value: "25+", title: "Years of Experience", items: [
value: "25+", "Proven expertise across all sectors", "Industry-leading certifications"],
title: "Years of Experience",
items: [
"Proven expertise across all sectors",
"Industry-leading certifications",
],
}, },
]} ]}
title="Why Choose Schuit General" title="Why Choose Schuit General"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f7f6f7; --background: #f5f4f0;
--card: #ffffff; --card: #ffffff;
--foreground: #25190c; --foreground: #1a1a1a;
--primary-cta: #ff6207; --primary-cta: #2c2c2c;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f5f4f0;
--secondary-cta: #ffffff; --secondary-cta: #f5f4f0;
--secondary-cta-text: #25190c; --secondary-cta-text: #1a1a1a;
--accent: #ffce93; --accent: #8a8a8a;
--background-accent: #e8cfa8; --background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);