13 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
e1993098d8 Merge version_4 into main
Merge version_4 into main
2026-03-08 23:45:24 +00:00
3 changed files with 24 additions and 1438 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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" },
@@ -189,7 +189,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,10 +203,10 @@ 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>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--background: #f5f4f0;
--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);