Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -29,7 +29,7 @@ interface FooterBaseProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const FooterBase = ({
|
const FooterBase = ({
|
||||||
logoSrc = "/brand/logowhite.svg",
|
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
|
||||||
logoText = "Webild",
|
logoText = "Webild",
|
||||||
logoWidth = 120,
|
logoWidth = 120,
|
||||||
logoHeight = 40,
|
logoHeight = 40,
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ interface FooterBaseCardProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const FooterBaseCard = ({
|
const FooterBaseCard = ({
|
||||||
logoSrc = "/brand/logowhite.svg",
|
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
|
||||||
logoText = "Webild",
|
logoText = "Webild",
|
||||||
logoWidth = 120,
|
logoWidth = 120,
|
||||||
logoHeight = 40,
|
logoHeight = 40,
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ interface FooterBaseSocialProps {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const FooterBaseSocial = ({
|
const FooterBaseSocial = ({
|
||||||
logoSrc = "/brand/logowhite.svg",
|
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
|
||||||
logoText = "Webild",
|
logoText = "Webild",
|
||||||
logoWidth = 120,
|
logoWidth = 120,
|
||||||
logoHeight = 40,
|
logoHeight = 40,
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ const FooterMedia = ({
|
|||||||
videoSrc,
|
videoSrc,
|
||||||
imageAlt = "",
|
imageAlt = "",
|
||||||
videoAriaLabel = "Footer video",
|
videoAriaLabel = "Footer video",
|
||||||
logoSrc = "/brand/logowhite.svg",
|
logoSrc = "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767016071266-q4qwbvtp.jpg",
|
||||||
logoText = "Webild",
|
logoText = "Webild",
|
||||||
logoWidth = 120,
|
logoWidth = 120,
|
||||||
logoHeight = 40,
|
logoHeight = 40,
|
||||||
|
|||||||
Reference in New Issue
Block a user