import React from 'react';
import Link from 'next/link';
const MainBanner = () => {
return (
The Best Web Hosting
- FREE Domain Name for 2st Year
- FREE SSL Certificate Included
- 1-Click Wordpress Install
- 24/7 Support
Starting at $8.99 $3.95/month
Get Started
{/* Shape Images */}
);
}
export default MainBanner;