diff --git a/src/components/molecules/footer.astro b/src/components/molecules/footer.astro index 12d6ffc..2ca2db8 100644 --- a/src/components/molecules/footer.astro +++ b/src/components/molecules/footer.astro @@ -1,6 +1,4 @@ --- -import Logo from "../atoms/logo"; -import MaxWidthWrapper from "../other/max.width.wrapper"; import { ADDRESS, CONTACT_EMAIL, @@ -8,8 +6,14 @@ import { getPhoneNumber, navLinks, } from "@/lib/constants"; -import Title from "../atoms/title"; import { cn } from "@/lib/utils"; +import Logo from "../atoms/logo"; +import Title from "../atoms/title"; +import MaxWidthWrapper from "../other/max.width.wrapper"; +import { cn } from "@/lib/utils"; +import Logo from "../atoms/logo"; +import Title from "../atoms/title"; +import MaxWidthWrapper from "../other/max.width.wrapper"; const { page, variant = "lime" } = Astro.props; @@ -36,11 +40,17 @@ const contactLink = getContactLink(page);

- Address: {ADDRESS}

- Contact: + + {phoneNumber} + +

+