"use client"; import Link from "next/link"; import Image from "next/image"; import { services2 } from "@/data/services"; import { allProducts } from "@/utlis/constant.utils"; import { footerLinks } from "@/data/menu"; import { Gallery, Item } from "react-photoswipe-gallery"; import { galleryImages } from "@/data/gallery"; import "photoswipe/dist/photoswipe.css"; import React from "react"; import { socialLinks } from "@/data/blogs"; export default function Footer1() { return ( ); }