import React from 'react';
import Link from 'next/link'
const PricingStyleOne = () => {
return (
Superior Room
Rp.200.000,- /Night
- 5 GB Bandwidth
- Highest Speed
- 1 GB Storage
- Unlimited Website
- Unlimited Users
- 24x7 Great Support
- Data Security and Backups
- Monthly Reports and Analytics
Deluxe Room
Rp.400.000,- /Night
- 10 GB Bandwidth
- Highest Speed
- 3 GB Storage
- Unlimited Website
- Unlimited Users
- 24x7 Great Support
- Data Security and Backups
- Monthly Reports and Analytics
Executive Room
Rp.600.000,- /Night
- Highest Speed
- 5 GB Storage
- Unlimited Website
- Unlimited Users
- 24x7 Great Support
- Data Security and Backups
- Monthly Reports and Analytics
- 15 GB Bandwith
{/* Shape Images */}
);
}
export default PricingStyleOne;