Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d415326c36 | |||
| 3631636c29 | |||
| 8e11585f0c | |||
| 2e06c99a60 | |||
| 04923096b1 | |||
| fa13104213 |
@@ -11,7 +11,7 @@ const geistMono = Geist_Mono({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Create Next App", description: "Generated by create next app"};
|
title: "Schuit General - Premium Construction & Renovation Services", description: "General contracting for residential, cottage, and mid-rise projects across Ontario. Expert exterior restorations and energy-efficient upgrades."};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText=""
|
logoText="SCHUIT GENERAL"
|
||||||
description="Building Stronger, Smarter Spaces. Premium general contracting for residential, cottage, and mid-rise projects across Ontario."
|
description="Building Stronger, Smarter Spaces. Premium general contracting for residential, cottage, and mid-rise projects across Ontario."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request a Quote", href: "contact" },
|
{ text: "Request a Quote", href: "contact" },
|
||||||
@@ -203,7 +203,7 @@ export default function HomePage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
logoText=""
|
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>
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user