Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 740c8e7879 | |||
| 2f4277085e | |||
| f49b01e51a | |||
| bd0d6bacaf | |||
| 18468f7c62 | |||
| 3089e792cb | |||
| 291511b97b | |||
| df5454c836 | |||
| a002e4f824 | |||
| 3c51e7fcc6 | |||
| 9ad33ed173 | |||
| 65c0a80778 | |||
| c5da60b7dd | |||
| 996a75d5b4 | |||
| ca4c58b0f8 | |||
| 884b78564f | |||
| c782ff7440 | |||
| a4effb8add | |||
| 21f7f33d21 | |||
| 60fe712986 | |||
| d05dea51fc | |||
| 07258297b7 | |||
| 93af44ff6d |
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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"
|
||||||
/>
|
/>
|
||||||
@@ -70,15 +70,13 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="SCHUIT GENERAL"
|
logoText=""
|
||||||
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" },
|
||||||
{ 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"},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user