Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-09 20:24:41 +00:00
2 changed files with 8 additions and 2 deletions

View File

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

View File

@@ -166,6 +166,12 @@ export default function HomePage() {
tag="What We Offer"
tagIcon={Wrench}
tagAnimation="slide-up"
buttons={[
{
text: "Request a Quote", href: "#cta-contact"
}
]}
buttonAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
@@ -319,4 +325,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}