Update src/app/page.tsx

This commit is contained in:
2026-03-02 20:31:32 +00:00
parent e77063ed27
commit 81dfaa39e3

View File

@@ -241,8 +241,8 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Get Free Quote", href: "#" },
{ text: "Call (555) 123-4567", href: "tel:(555) 123-4567" }
{ text: "Get Free Quote Today", href: "#" },
{ text: "Call Now", href: "tel:(555) 123-4567" }
]}
/>
</div>