Update src/app/page.tsx

This commit is contained in:
2026-03-03 17:02:20 +00:00
parent 6d62ebcbec
commit dab785d550

View File

@@ -184,7 +184,7 @@ export default function PizzaLanding() {
useInvertedBackground={false}
buttons={[
{ text: "Call (555) 123-4567", href: "tel:(555)123-4567" },
{ text: "Order Online", href: "https://order.example.com" }
{ text: "Order on Our Website", href: "https://order.example.com" }
]}
/>
</div>