5 Commits

Author SHA1 Message Date
d69f86d5fe Update src/app/page.tsx 2026-03-03 13:41:24 +00:00
b6291f14fd Update src/app/layout.tsx 2026-03-03 13:41:23 +00:00
a42b9e4c20 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:35:07 +00:00
c12d090cd8 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:33:35 +00:00
d254599d73 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:31:39 +00:00
2 changed files with 4 additions and 3 deletions

View File

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