diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f259450..ed17225 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} 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 +}