From ec21a96e4d5129724b3db58b1b9689fffe6ff6d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 08:53:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {