import React from "react";
import Link from "next/link";
import Image from "next/image";
const Footer = () => {
return (
{/* /.about-widget */}
Services
-
Web Design
-
Development
-
Wordpress
-
Online Marketing
-
Content
{/* /.footer-list */}
About us
-
About us
-
Faq Details
-
Team
-
Plan & Pricing
-
News
{/* /.footer-list */}
{/* /.footer-list */}
//.row
);
};
export default Footer;