Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 12:20:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<SplitAbout
title="Who We Are"
description="With over 20 years of industry experience, BuildPro has established itself as a leader in comprehensive construction services."
description="With 20+ years of industry experience serving 500+ clients across residential and commercial sectors, BuildPro has established itself as a leader in comprehensive construction services, delivering excellence through proven expertise and unwavering commitment to quality."
tag="Our Story"
tagIcon={Building2}
tagAnimation="slide-up"
@@ -221,4 +221,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}