Update src/app/page.tsx

This commit is contained in:
2026-05-11 12:37:39 +00:00
parent 207f12b3ec
commit 8be6dda085

View File

@@ -40,6 +40,7 @@ export default function LandingPage() {
{ name: "Contact", id: "#contact" }, { name: "Contact", id: "#contact" },
]} ]}
brandName="AME Home Mods" brandName="AME Home Mods"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DZpvbayBkjFW0RaUUboZEDGcLp/uploaded-1778503042791-jg5swba8.png"
/> />
</div> </div>
@@ -194,4 +195,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }