From c04dc7190ab6c2949f6c73dbe823b02e1371930f Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:16:06 +0000 Subject: [PATCH 1/5] Update src/app/page.tsx --- src/app/page.tsx | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2733e58..ddf89a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,20 +45,18 @@ export default function LandingPage() { title="Discover the Heroes of Hawkins" description="Meet the unforgettable characters from Stranger Things. Explore their stories, personalities, and decide who your favorite is." tag="Characters" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767005475797-aywnq0jb.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006821504-6tqa7cwn.webp" imageAlt="Stranger Things characters" imagePosition="right" avatars={[ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006071074-zfhikvpu.jpg", alt: "Eleven" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766747396150-cgdd8ezw.jpg", alt: "Mike" }, - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767006072010-1ks1z2y6.jpg", alt: "Dustin" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006872307-9opqkfhd.jpg", alt: "Eleven" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006872307-9opqkfhd.jpg", alt: "Mike" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006821504-6tqa7cwn.webp", alt: "Dustin" }, { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766182322949-q7mns6zk.jpg", alt: "Nancy" } ]} - avatarText="Join thousands of fans voting" - buttons={[ - { text: "Explore Characters", href: "characters" }, - { text: "Start Voting", href: "voting" } - ]} + avatarText="Join thousands of fans voting or be gay" + buttons={[{ text: "Explore Characters", href: "characters" }, + { text: "Start Voting", href: "voting" }]} /> @@ -66,27 +64,27 @@ export default function LandingPage() { Date: Mon, 29 Dec 2025 11:16:06 +0000 Subject: [PATCH 2/5] Update src/components/sections/footer/FooterBase.tsx --- src/components/sections/footer/FooterBase.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/footer/FooterBase.tsx b/src/components/sections/footer/FooterBase.tsx index 0a7e1b8..792d83f 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/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006644424-js46jm0o.jpg", logoText = "Webild", logoWidth = 120, logoHeight = 40, -- 2.49.1 From 75369bd473a31326cfbe9b0b73814e67502ca3e7 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:16:07 +0000 Subject: [PATCH 3/5] Update src/components/sections/footer/FooterBaseCard.tsx --- src/components/sections/footer/FooterBaseCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/footer/FooterBaseCard.tsx b/src/components/sections/footer/FooterBaseCard.tsx index 9c47d31..7028e84 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/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006644424-js46jm0o.jpg", logoText = "Webild", logoWidth = 120, logoHeight = 40, -- 2.49.1 From 46b3ec3d935f79a4f8c7af78fb34a3f1acaf3d2a Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:16:08 +0000 Subject: [PATCH 4/5] Update src/components/sections/footer/FooterBaseSocial.tsx --- src/components/sections/footer/FooterBaseSocial.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/footer/FooterBaseSocial.tsx b/src/components/sections/footer/FooterBaseSocial.tsx index e925c2f..56240c5 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/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006644424-js46jm0o.jpg", logoText = "Webild", logoWidth = 120, logoHeight = 40, -- 2.49.1 From 618b81ab6caad1817fb10a205d01db40c8e2454f Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:16:08 +0000 Subject: [PATCH 5/5] Update src/components/sections/footer/FooterMedia.tsx --- src/components/sections/footer/FooterMedia.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/footer/FooterMedia.tsx b/src/components/sections/footer/FooterMedia.tsx index 85764af..bfb11ee 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/users/user_37W3wTgpgMgpxIg0pfdv0bbM1Um/uploaded-1767006644424-js46jm0o.jpg", logoText = "Webild", logoWidth = 120, logoHeight = 40, -- 2.49.1