diff --git a/src/components/sections/footer/FooterBase.tsx b/src/components/sections/footer/FooterBase.tsx index 0a7e1b8..2d9f415 100644 --- a/src/components/sections/footer/FooterBase.tsx +++ b/src/components/sections/footer/FooterBase.tsx @@ -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, diff --git a/src/components/sections/footer/FooterBaseCard.tsx b/src/components/sections/footer/FooterBaseCard.tsx index 9c47d31..11de20c 100644 --- a/src/components/sections/footer/FooterBaseCard.tsx +++ b/src/components/sections/footer/FooterBaseCard.tsx @@ -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, diff --git a/src/components/sections/footer/FooterBaseSocial.tsx b/src/components/sections/footer/FooterBaseSocial.tsx index e925c2f..de6197f 100644 --- a/src/components/sections/footer/FooterBaseSocial.tsx +++ b/src/components/sections/footer/FooterBaseSocial.tsx @@ -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, diff --git a/src/components/sections/footer/FooterMedia.tsx b/src/components/sections/footer/FooterMedia.tsx index 85764af..8670a80 100644 --- a/src/components/sections/footer/FooterMedia.tsx +++ b/src/components/sections/footer/FooterMedia.tsx @@ -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,