Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe69332e1f | |||
| d69f86d5fe | |||
| b6291f14fd | |||
| a42b9e4c20 | |||
| c12d090cd8 | |||
| d254599d73 |
@@ -1418,4 +1418,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user