Update src/app/page.tsx

This commit is contained in:
2026-03-08 05:06:31 +00:00
parent 50b29a4c50
commit f192dadd0d

View File

@@ -64,7 +64,7 @@ export default function HomePage() {
tagIcon={Shield}
buttons={[
{
text: "Call Now", href: "tel:+254712345678"
text: "Get Building Materials Today", href: "tel:+254712345678"
},
{
text: "Request a Quote", href: "/quote"
@@ -283,4 +283,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}