Update src/app/page.tsx

This commit is contained in:
2026-03-03 13:41:24 +00:00
parent b6291f14fd
commit d69f86d5fe

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>
);
}
}