diff --git a/src/app/page.tsx b/src/app/page.tsx index 215fad6..01f2bed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}