"use client"; import React from "react"; export default function ContactForm() { return (
{/* Get in Touch Card */}

Get in Touch

Phone Support

+1 (555) 123-4567

Available 24/7 for urgent matters

Sales Inquiries

sales@reya.cloud

Technical Support

support@reya.cloud

Report Abuse

abuse@reya.cloud
{/* Business Hours Card */}

Business Hours

Sales Department

Monday - Friday: 9:00 AM - 6:00 PM EST

Technical Support

24/7/365

Priority support for enterprise customers

For urgent matters outside of business hours, please use our 24/7 phone support or submit a ticket through your customer portal.

); }