Merge version_15 into main #26

Merged
bender merged 4 commits from version_15 into main 2026-04-26 12:27:33 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -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"}}
/>
</div>

View File

@@ -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" }}
/>
<ContactSplit

View File

@@ -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", className: "bg-[#25D366] hover:bg-[#128C7E] text-white" }}
button={{ text: "WhatsApp", href: "https://wa.me/yournumber" }}
/>
</div>

View File

@@ -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" }}
/>
</div>