2 Commits

Author SHA1 Message Date
5cfdf06107 Update src/app/page.tsx 2026-03-04 18:55:58 +00:00
3240f28ef7 Merge version_2 into main
Merge version_2 into main
2026-03-04 18:39:52 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[ buttons={[
{ text: "📞 Call Now", href: "tel:+441234567890" }, { text: "📞 Call Now", href: "tel:07836504370" },
{ text: "📝 Get a Free Quote", href: "#contact" } { text: "📝 Get a Free Quote", href: "#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -233,7 +233,7 @@ export default function LandingPage() {
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ label: "📞 Call Us", href: "tel:+441234567890" }, { label: "📞 Call Us", href: "tel:07836504370" },
{ label: "📧 Email", href: "mailto:hello@momplastering.com" }, { label: "📧 Email", href: "mailto:hello@momplastering.com" },
{ label: "Get a Quote", href: "#contact" }, { label: "Get a Quote", href: "#contact" },
{ label: "Service Area", href: "#" } { label: "Service Area", href: "#" }