Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68b4364de0 | |||
| d79109763e | |||
| b5d88b229e | |||
| 4c457dde8e | |||
| 7bef17ca27 | |||
| 06fd334a8f | |||
| 363047ade6 | |||
| 5645959953 | |||
| f8a918fd23 | |||
| fc32ee5be0 | |||
| 13e631fc71 |
@@ -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