36 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
7 changed files with 28 additions and 1444 deletions

View File

@@ -59,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"
/> />

View File

@@ -56,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

@@ -62,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"
/> />
@@ -77,8 +77,6 @@ export default function HomePage() {
{ text: "View Our Work", href: "projects" }, { text: "View Our Work", href: "projects" },
]} ]}
slides={[ slides={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773012272691-p0w9hxj1.png", imageAlt: "Schuit General logo"},
{ {
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"},
{ {
@@ -191,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" },
@@ -205,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

@@ -57,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"
/> />

View File

@@ -57,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"
/> />

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);