import React from 'react'; import Link from 'next/link' const PricingStyleOne = () => { return (

Pricing Plans

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Basic Plan

$15.00 /Mon
  • 5 GB Bandwidth
  • Highest Speed
  • 1 GB Storage
  • Unlimited Website
  • Unlimited Users
  • 24x7 Great Support
  • Data Security and Backups
  • Monthly Reports and Analytics

Advanced Plan

$35.00 /Mon
  • 10 GB Bandwidth
  • Highest Speed
  • 3 GB Storage
  • Unlimited Website
  • Unlimited Users
  • 24x7 Great Support
  • Data Security and Backups
  • Monthly Reports and Analytics

Expert Plan

$65.00 /Mon
  • 15 GB Bandwidth
  • Highest Speed
  • 5 GB Storage
  • Unlimited Website
  • Unlimited Users
  • 24x7 Great Support
  • Data Security and Backups
  • Monthly Reports and Analytics
{/* Shape Images */}
shape
shape
shape
shape
); } export default PricingStyleOne;