Compare commits
118 Commits
version_13
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 772ccb8c48 | |||
| 8691b862b6 | |||
| f643d39f21 | |||
| ba1f089a05 | |||
| 6139a2eb73 | |||
| 6469a0eefa | |||
| f6de93bff2 | |||
| a71d0043f7 | |||
| 7ef5ce25b1 | |||
| f9f03e0ba8 | |||
| 2937df08fb | |||
| 3426416354 | |||
| 391b3ebf0b | |||
| 750b0f0415 | |||
| ef80fec4dd | |||
| 6505d3a54e | |||
| 037c0bf1b9 | |||
| da6784ec6b | |||
| 73bd487c29 | |||
| 9733f8d980 | |||
| 2417fddcf9 | |||
| 869e66c3bd | |||
| e9e0708d5a | |||
| e45fed3c99 | |||
| fd9576b368 | |||
| a5b40da00f | |||
| 0a7663499d | |||
| a313d99a7f | |||
| 69f6d2acc5 | |||
| 415058ca9a | |||
| 150936925d | |||
| eed19bcea7 | |||
| 04ec2d03b1 | |||
| 08c7bf3f51 | |||
| c32fc5b44c | |||
| 3314b4c9ed | |||
| abc30a7ef3 | |||
| 105a398225 | |||
| 4f3254ea2f | |||
| f5d24c2e8c | |||
| e16843d42a | |||
| 2e27bf1bdb | |||
| ed26c4be40 | |||
| 5e6b07e344 | |||
| 38ae468331 | |||
| 0bb57689c2 | |||
| 0ed8807c60 | |||
| 1e8b09edf1 | |||
| 3161f55a08 | |||
| 60b806166b | |||
| ec09831883 | |||
| 5d3772c18d | |||
| 0dcae6be14 | |||
| c3d771997a | |||
| 6cf1e65074 | |||
| bcfb6c1390 | |||
| 076213bc7d | |||
| 7adf61a0ae | |||
| 8815eefee7 | |||
| c7b3cd11bf | |||
| ed664ec363 | |||
| cae12da820 | |||
| 91d0d46417 | |||
| c8171b1dc0 | |||
| ae9bae5b6e | |||
| 1cd5b1f422 | |||
| 65734adff7 | |||
| 0906afb4e6 | |||
| c757364722 | |||
| 51e33495dc | |||
| e5b811cbf9 | |||
| 91b9911841 | |||
| 0bee460167 | |||
| 353fe5f0a8 | |||
| b0ca8fb261 | |||
| 18619b3457 | |||
| 7766f78853 | |||
| bd8e0a52c7 | |||
| b48061a845 | |||
| 13d3f4e36f | |||
| 47d5e7f136 | |||
| 3a519916d4 | |||
| 7a3ec4f2d5 | |||
| e479ec301e | |||
| 1f626ff5df | |||
| ee864d7754 | |||
| 529ed7e5a0 | |||
| cd56a80e5c | |||
| 7e623a519b | |||
| 59184a5378 | |||
| b6b9abf4ad | |||
| 7a43895b7d | |||
| 8bfe660b00 | |||
| c028e04941 | |||
| 89b129129d | |||
| 7b3152806c | |||
| 4589fe04bf | |||
| a330b783c8 | |||
| cc821c37d4 | |||
| 213f20e4bc | |||
| 1e8ad83385 | |||
| 051f1f28e7 | |||
| 530ab58e18 | |||
| 55879fd9f0 | |||
| 8d76f013dd | |||
| 1182719d9d | |||
| f04caa3402 | |||
| 112723aa39 | |||
| dc0ee807da | |||
| 2cf880dd9e | |||
| 7bb39d8512 | |||
| 68758d89e0 | |||
| 74bf0bd157 | |||
| 407201946f | |||
| 2057e3191d | |||
| af362bd97d | |||
| 8c7bfe5056 | |||
| 69854b9170 |
@@ -69,7 +69,7 @@ export default function AboutPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "Schuit General: " },
|
||||
{ type: "text", content: "Building Excellence for Over 25 Years" },
|
||||
{ type: "text", content: "Building Excellence for Over 18 Years" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -87,16 +87,16 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
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"},
|
||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773020869056-oejcf067.jpg", imageAlt: "skilled construction craftsmanship"},
|
||||
{
|
||||
id: 2,
|
||||
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"},
|
||||
title: "Client-Centric Approach", description: "We prioritize understanding your vision, maintaining transparent communication, and delivering results that exceed your expectations every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-ob7ylpcq.jpg", imageAlt: "collaborative client meetings"},
|
||||
{
|
||||
id: 3,
|
||||
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"},
|
||||
title: "Sustainable Innovation", description: "We embrace modern building techniques and energy-efficient solutions to create spaces that are both beautiful and environmentally responsible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-hp9oa4i7.jpg", imageAlt: "sustainable green building practices"},
|
||||
{
|
||||
id: 4,
|
||||
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"},
|
||||
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-u1d6o0w2.jpg?_wi=2", imageAlt: "completed construction projects"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -107,7 +107,7 @@ export default function AboutPage() {
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "25+", title: "Years in Business", items: ["Founded 1995", "Continuous growth and excellence"],
|
||||
id: "1", value: "18+", title: "Years in Business", items: ["Founded in 2008", "Continuous growth and excellence"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "500+", title: "Projects Delivered", items: ["Residential to commercial", "Diverse project types"],
|
||||
@@ -129,7 +129,7 @@ export default function AboutPage() {
|
||||
<ContactCTA
|
||||
tag="Work With Us"
|
||||
title="Ready to Transform Your Project?"
|
||||
description="With over 25 years of expertise, Schuit General is your trusted partner for construction and renovation excellence. Let's discuss your vision today."
|
||||
description="With over 18 years of expertise, Schuit General is your trusted partner for construction and renovation excellence. Let's discuss your vision today."
|
||||
buttons={[
|
||||
{ text: "Request a Consultation", href: "contact" },
|
||||
{ text: "View Our Portfolio", href: "/" },
|
||||
@@ -148,4 +148,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,18 +1,25 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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."};
|
||||
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
@@ -20,7 +27,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable}`}>
|
||||
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
@@ -8,7 +8,6 @@ import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
|
||||
@@ -39,7 +38,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{ label: "Email: hello@schuitgeneral.com", href: "mailto:hello@schuitgeneral.com" },
|
||||
{ label: "Email: schuitgeneral@gmail.com", href: "mailto:schuitgeneral@gmail.com" },
|
||||
{ label: "Phone: 905-638-4803", href: "tel:905-638-4803" },
|
||||
{ label: "Ontario, Canada", href: "#" },
|
||||
],
|
||||
@@ -64,13 +63,13 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName=""
|
||||
bottomLeftText="Ontario, Canada"
|
||||
bottomRightText="hello@schuitgeneral.com"
|
||||
bottomRightText="schuitgeneral@gmail.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="SCHUIT GENERAL"
|
||||
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" },
|
||||
@@ -78,10 +77,10 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773089402832-7kuv74bq.jpg?_wi=1", imageAlt: "cottage renovation exterior improvement"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773282753884-1zkgzlbx.jpg", imageAlt: "cottage renovation exterior improvement"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773089372551-yp8c17sq.jpg?_wi=1", imageAlt: "construction project management team planning"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773282753884-4x7q0ddp.jpg", imageAlt: "construction project management team planning"
|
||||
},
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -97,19 +96,19 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "General Contracting", description: "Full-service project management from residential homes to mid-rise buildings. We handle every phase with precision and accountability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773089372551-yp8c17sq.jpg?_wi=2", imageAlt: "construction project management team planning"
|
||||
title: "General Contracting", description: "Full-service project management from residential homes to mid-rise buildings. We handle every phase with precision and accountability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-ob7ylpcq.jpg", imageAlt: "construction project management team planning"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Exterior Restorations", description: "Expert restoration of building facades, siding, and exterior elements. We specialize in preserving architectural character while modernizing performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773089402832-7kuv74bq.jpg?_wi=2", imageAlt: "exterior facade restoration workers"
|
||||
title: "Exterior Restorations", description: "Expert restoration of building facades, siding, and exterior elements. We specialize in preserving architectural character while modernizing performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773283329064-wn0iggga.jpg", imageAlt: "exterior facade restoration workers"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Energy-Efficient Upgrades", description: "Advanced building envelope improvements and energy solutions. Reduce operating costs while improving comfort and sustainability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-hp9oa4i7.jpg", imageAlt: "energy efficient building upgrades installation"
|
||||
title: "Energy-Efficient Upgrades", description: "Advanced building envelope improvements and energy solutions. Reduce operating costs while improving comfort and sustainability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773283321939-wrg6t8wb.jpg", imageAlt: "energy efficient building upgrades installation"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Cottage & Renovation", description: "Specialized cottage construction and renovation expertise. We understand seasonal challenges and heritage considerations unique to cottage properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-ob7ylpcq.jpg", imageAlt: "cottage renovation rural property improvement"
|
||||
title: "Cottage & Renovation", description: "Specialized cottage construction and renovation expertise. We understand seasonal challenges and heritage considerations unique to cottage properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-hp9oa4i7.jpg", imageAlt: "cottage renovation rural property improvement"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -121,7 +120,7 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "A Trusted Partner in Construction Since " },
|
||||
{ type: "text", content: "1995" },
|
||||
{ type: "text", content: "A Trusted Partner in Construction Since 2008 " },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -135,16 +134,16 @@ export default function HomePage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "project-1", name: "Backyard deck and pergola renovation ", price: "Completed 2019", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081676-j07lq8jc.jpg", imageAlt: "Burlington residence exterior renovation with modern updates and restored facade details"
|
||||
id: "project-1", name: "Backyard deck and pergola renovation ", price: "Completed 2021", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081676-j07lq8jc.jpg", imageAlt: "Burlington residence exterior renovation with modern updates and restored facade details"
|
||||
},
|
||||
{
|
||||
id: "project-2", name: "Exterior restoration ", price: "Completed 2019", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-hp9oa4i7.jpg", imageAlt: "Muskoka cottage featuring energy-efficient upgrades and sustainable building improvements"
|
||||
id: "project-2", name: "Exterior restoration ", price: "Completed 2021", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-hp9oa4i7.jpg?_wi=2", imageAlt: "Muskoka cottage featuring energy-efficient upgrades and sustainable building improvements"
|
||||
},
|
||||
{
|
||||
id: "project-3", name: "Downtown Office Building - Mid-Rise", price: "Completed 2022", variant: "Commercial Construction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-ob7ylpcq.jpg", imageAlt: "Downtown office building showcasing mid-rise commercial construction with modern architectural design"
|
||||
id: "project-3", name: "Full Renovation Cedar Shake Siding", price: "Completed 2021", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-ob7ylpcq.jpg?_wi=2", imageAlt: "Downtown office building showcasing mid-rise commercial construction with modern architectural design"
|
||||
},
|
||||
{
|
||||
id: "project-4", name: "Heritage Facade Restoration", price: "Completed 2022", variant: "Historic Preservation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-u1d6o0w2.jpg", imageAlt: "Heritage building facade restoration preserving historic character while updating structural integrity"
|
||||
id: "project-4", name: "Cedar Tongue and Groove Sauna ", price: "Completed 2021", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773022081677-u1d6o0w2.jpg?_wi=1", imageAlt: "Heritage building facade restoration preserving historic character while updating structural integrity"
|
||||
},
|
||||
]}
|
||||
title="Featured Projects"
|
||||
@@ -161,7 +160,7 @@ export default function HomePage() {
|
||||
<TeamCardTwo
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Randy Schuit", role: "Founder & CEO", description: "With over 35 years of experience in general contracting, Richael Schuit leads Schuit General with a commitment to excellence and innovation in construction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773090617827-2rffgx8w.jpg", imageAlt: "Michael Schuit, Founder & CEO of Schuit General"
|
||||
id: "1", name: "Randy Schuit", role: "Founder & CEO", description: "With over 35 years of experience in general contracting, Randy Schuit leads Schuit General with a commitment to excellence and innovation in construction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AgOT4hEP92v0HRAH1gxSdj0hBl/uploaded-1773090617827-2rffgx8w.jpg", imageAlt: "Michael Schuit, Founder & CEO of Schuit General"
|
||||
},
|
||||
]}
|
||||
title="Meet the Owner"
|
||||
@@ -174,23 +173,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Thompson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg?_wi=1" },
|
||||
{ id: "2", name: "Michael Garrison", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-with-serious-expression-street_839833-28129.jpg?_wi=1" },
|
||||
{ id: "3", name: "Jennifer Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-stylish-asian-girl-coat-happily-looking-camera-outdoor_574295-2055.jpg?_wi=1" },
|
||||
{ id: "4", name: "David Porter", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-man-hard-hat_1303-23575.jpg?_wi=1" },
|
||||
{ id: "5", name: "Lisa Marchand", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-lady_1163-3171.jpg?_wi=1" },
|
||||
{ id: "6", name: "Robert Walsh", 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=1" },
|
||||
]}
|
||||
cardTitle="Trusted by homeowners, property managers, and developers across Ontario"
|
||||
cardTag="Client Testimonials"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready to Build?"
|
||||
@@ -214,4 +196,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
font-family: var(--font-open-sans), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-poppins), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user