diff --git a/public/images/instagram.png b/public/images/instagram.png new file mode 100644 index 0000000..2154a64 Binary files /dev/null and b/public/images/instagram.png differ diff --git a/src/view/Landing/components/Footer.jsx b/src/view/Landing/components/Footer.jsx index 4920d9c..df320c4 100644 --- a/src/view/Landing/components/Footer.jsx +++ b/src/view/Landing/components/Footer.jsx @@ -6,79 +6,173 @@ import { MapPinHouse } from "lucide-react"; import { Mail } from "lucide-react"; import { PhoneCall } from "lucide-react"; import { useTranslations } from "next-intl"; +import { Instagram } from "lucide-react"; +import { MailCheck } from "lucide-react"; const Footer = () => { const t = useTranslations("Footer") return ( -
- {/*
-
-
- <> - {" "} -

- " - ADVANCED HORIZON -

-

- SERVICES LLC - " -

- + //
+ // {/*
+ //
+ //
+ // <> + // {" "} + //

+ // " + // ADVANCED HORIZON + //

+ //

+ // SERVICES LLC + // " + //

+ // + //
+ //
+ //
*/} + //
+ //
+ // + //

+ + // {t("address")} + + //

+ //
+ // + // + //

+ + // info@adhorizonintl.com + + //

+ // + // + // + //

+ + // +968 24 28 98 88 + + //

+ // + //
+ //
+ //
+ //
+ // + + //
+ // + //
+ //

+ // © 2025. All rights reserved.
+ //

+ // {/*
+ // + //

products

+ // + // + //

news

+ // + // + //

about us

+ // + //
*/} + //
+ //
+ //
+ + + + ); };