Update src/app/page.tsx

This commit is contained in:
2026-03-07 04:58:10 +00:00
parent 58caa3a1fe
commit b8a010cf91

View File

@@ -50,7 +50,7 @@ export default function HomePage() {
variant: "radial-gradient"}}
buttons={[
{
text: "Call Now: +65 6123 4567", href: "tel:+6561234567"},
text: "Get Quick Repair", href: "tel:+6561234567"},
{
text: "Book Service", href: "/services"},
]}
@@ -181,4 +181,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}