diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b48df62..3557ea0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { logoClassName="scale-[2.5]" brandName="Digital Creation" button={{ - text: "WhatsApp", href: "https://wa.me/yournumber", className: "bg-[#25D366] hover:bg-[#128C7E] text-white"}} + text: "WhatsApp", href: "https://wa.me/yournumber"}} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 543b568..df9f681 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -30,7 +30,7 @@ export default function ContactPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png" brandName="Digital Creation" logoClassName="scale-[4.5]" - button={{ text: "WhatsApp", href: "https://wa.me/yournumber", className: "bg-[#25D366] hover:bg-[#128C7E] text-white" }} + button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8408634..8918112 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -33,7 +33,7 @@ export default function ServicesPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png" brandName="Digital Creation" logoClassName="scale-[4.5]" - button={{ text: "WhatsApp", href: "https://wa.me/yournumber", className: "bg-[#25D366] hover:bg-[#128C7E] text-white" }} + button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }} />