Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 13:41:30 +00:00
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -84,7 +84,8 @@ export default function LandingPage() {
]}
buttons={[
{ text: "Call Now", href: "tel:+254738514583" },
{ text: "Request Quote", href: "#contact" }
{ text: "Request Quote", href: "#contact" },
{ text: "Check Stock", href: "#products" }
]}
buttonAnimation="slide-up"
carouselPosition="right"
@@ -331,4 +332,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}