diff --git a/src/app/page.tsx b/src/app/page.tsx index 34f359a..c7d454d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="B&L Industries" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776878162370-9eipvapt.png" button={{ text: "Get Quote", href: "#contact" }} /> @@ -50,8 +51,8 @@ export default function LandingPage() { { text: "Get a Free Estimate", href: "#contact" }, { text: "Explore Services", href: "#services" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/american-colors-household-decorations-independence-day-celebration_23-2151469812.jpg" - imageAlt="fencing installation landscape texas" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776878162370-9eipvapt.png" + imageAlt="B&L Industries Logo" /> @@ -186,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file