Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2025-12-29 13:48:21 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ interface FooterBaseProps {
}
const FooterBase = ({
logoSrc = "/brand/logowhite.svg",
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild",
logoWidth = 120,
logoHeight = 40,

View File

@@ -30,7 +30,7 @@ interface FooterBaseCardProps {
}
const FooterBaseCard = ({
logoSrc = "/brand/logowhite.svg",
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild",
logoWidth = 120,
logoHeight = 40,

View File

@@ -36,7 +36,7 @@ interface FooterBaseSocialProps {
}
const FooterBaseSocial = ({
logoSrc = "/brand/logowhite.svg",
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild",
logoWidth = 120,
logoHeight = 40,

View File

@@ -50,7 +50,7 @@ const FooterMedia = ({
videoSrc,
imageAlt = "",
videoAriaLabel = "Footer video",
logoSrc = "/brand/logowhite.svg",
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
logoText = "Webild",
logoWidth = 120,
logoHeight = 40,