From 77765f7141b3faf21edfc6204a09b9e72d4374d8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:45:42 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 78b0eb7..3557ea0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,6 +33,7 @@ export default function LandingPage() { name: "Contact", id: "/contact"}, ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png" + logoClassName="scale-[2.5]" brandName="Digital Creation" button={{ text: "WhatsApp", href: "https://wa.me/yournumber"}} -- 2.49.1 From 8f646228aa11b4be421ce5b93aa92bd6e15d6335 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:45:43 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 692aad2..560dc10 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -28,6 +28,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png" + logoClassName="scale-[2.5]" brandName="Digital Creation" button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }} /> -- 2.49.1 From ca5628fe5208d65adc527128c9666b4bbba78e2c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:45:43 +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 87a9386..1107b79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,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-150" + logoClassName="scale-[2.5]" button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }} /> -- 2.49.1 From a474a5474dbaa2adcc99561f6d5fc8682b9bdb6f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:45:44 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index bfdd8d5..5259d16 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -28,6 +28,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" }, ]} logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777200990405-fpi8ibhu.png" + logoClassName="scale-[2.5]" brandName="Digital Creation" button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }} /> -- 2.49.1