9 Commits

Author SHA1 Message Date
a330b783c8 Update src/app/about/page.tsx 2026-03-10 00:59:55 +00:00
213f20e4bc Update src/app/about/page.tsx 2026-03-10 00:59:33 +00:00
051f1f28e7 Update src/app/about/page.tsx 2026-03-10 00:59:02 +00:00
55879fd9f0 Update src/app/about/page.tsx 2026-03-10 00:56:47 +00:00
1182719d9d Update src/app/about/page.tsx 2026-03-10 00:56:29 +00:00
112723aa39 Update src/app/about/page.tsx 2026-03-10 00:56:21 +00:00
2cf880dd9e Update src/app/page.tsx 2026-03-10 00:54:25 +00:00
7bb39d8512 Merge version_14 into main
Merge version_14 into main
2026-03-10 00:53:02 +00:00
74bf0bd157 Merge version_14 into main
Merge version_14 into main
2026-03-10 00:52:12 +00:00
2 changed files with 10 additions and 10 deletions

View File

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

View File

@@ -39,7 +39,7 @@ export default function HomePage() {
},
{
title: "Contact", items: [
{ label: "Email: schuitgeneral@gmaail.com", href: "mailto:schuitgeneral@gmaail.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,7 +64,7 @@ export default function HomePage() {
navItems={navItems}
brandName=""
bottomLeftText="Ontario, Canada"
bottomRightText="schuitgeneral@gmaail.com"
bottomRightText="schuitgeneral@gmail.com"
/>
</div>
@@ -214,4 +214,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}