import type { Metadata } from 'next' export const metadata: Metadata = { title: 'Contact Us', description: 'Get in touch with us for any questions or inquiries.', } export default function ContactPage() { return (

Contact Us

We'd love to hear from you. Please fill out the form below or contact us using the information provided.

Contact Information

  • Email: info@linconson.com
  • Phone: (123) 456-7890
  • Address: Your Business Address

Business Hours

  • Monday - Friday: 9:00 AM - 6:00 PM
  • Saturday: 10:00 AM - 4:00 PM
  • Sunday: Closed
) }