From 3a24d1e07daa932d3d3a255330ed587966ac069f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:26:45 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3557ea0..b48df62 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"}} + text: "WhatsApp", href: "https://wa.me/yournumber", className: "bg-[#25D366] hover:bg-[#128C7E] text-white"}} /> -- 2.49.1 From 89733decae87f1e21305b0556a48a11d6043257e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:26:45 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index df9f681..543b568 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" }} + button={{ text: "WhatsApp", href: "https://wa.me/yournumber", className: "bg-[#25D366] hover:bg-[#128C7E] text-white" }} /> Date: Sun, 26 Apr 2026 12:26:46 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 541f542..8a731bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { 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" }} + button={{ text: "WhatsApp", href: "https://wa.me/yournumber", className: "bg-[#25D366] hover:bg-[#128C7E] text-white" }} /> -- 2.49.1 From adbdff259ad28e524d1b75b296d3569727f63682 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:26:46 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bd831b8..8408634 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" }} + button={{ text: "WhatsApp", href: "https://wa.me/yournumber", className: "bg-[#25D366] hover:bg-[#128C7E] text-white" }} /> @@ -87,4 +87,4 @@ export default function ServicesPage() { ); -} +} \ No newline at end of file -- 2.49.1