diff --git a/landing_page/src/components/footer.gleam b/landing_page/src/components/footer.gleam index b1e560b..e55f9b1 100644 --- a/landing_page/src/components/footer.gleam +++ b/landing_page/src/components/footer.gleam @@ -12,7 +12,7 @@ pub fn footer() { footer_details([h.text("Made with 💜 at Chou Corp.")]), footer_details([ h.text("With the help of "), - link("https://gaspard.design", "gaspard.design"), + link("https://gaspardbuffet.com", "Gaspard Buffet"), ]), ]), ])