11 Commits

Author SHA1 Message Date
68b4364de0 Merge version_4 into main
Merge version_4 into main
2025-12-29 13:51:40 +00:00
d79109763e Update src/app/page.tsx 2025-12-29 13:51:35 +00:00
b5d88b229e Merge version_4 into main
Merge version_4 into main
2025-12-29 13:49:42 +00:00
4c457dde8e Update src/app/page.tsx 2025-12-29 13:49:37 +00:00
7bef17ca27 Merge version_3 into main
Merge version_3 into main
2025-12-29 13:48:21 +00:00
06fd334a8f Update src/components/sections/footer/FooterMedia.tsx 2025-12-29 13:48:16 +00:00
363047ade6 Update src/components/sections/footer/FooterBaseSocial.tsx 2025-12-29 13:48:16 +00:00
5645959953 Update src/components/sections/footer/FooterBaseCard.tsx 2025-12-29 13:48:15 +00:00
f8a918fd23 Update src/components/sections/footer/FooterBase.tsx 2025-12-29 13:48:14 +00:00
fc32ee5be0 Merge version_2 into main
Merge version_2 into main
2025-12-29 13:38:07 +00:00
13e631fc71 Merge version_2 into main
Merge version_2 into main
2025-12-29 13:36:15 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,

View File

@@ -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,