Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06fd334a8f | |||
| 363047ade6 | |||
| 5645959953 | |||
| f8a918fd23 |
@@ -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