diff --git a/src/app/page.tsx b/src/app/page.tsx index 804076e..bd1989a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { name: "Contact", id: "#contact"}, ]} - logoSrc="http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627914.jpg" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcScNp1syR0UN4ktZqbi6S0X2Z/uploaded-1780476777520-yys0x6z3.jpg" logoAlt="SmartGlass Solutions Logo" brandName="SmartGlass Solutions" button={{ @@ -91,7 +91,7 @@ export default function LandingPage() { { type: "text", content: "What is "}, { - type: "image", src: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627914.jpg", alt: "SmartGlass Solutions Logo"}, + type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EcScNp1syR0UN4ktZqbi6S0X2Z/uploaded-1780476777520-yys0x6z3.jpg", alt: "SmartGlass Solutions Logo"}, { type: "text", content: " SmartGlass?"}, ]} @@ -284,6 +284,7 @@ export default function LandingPage() {