From 9d12c37dd3092181139bab2938bc5e85e85b1df8 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 10 Dec 2025 12:06:21 +0200 Subject: [PATCH] added number to footer --- src/components/molecules/footer.astro | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) 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} + +

+