17 lines
439 B
TypeScript
17 lines
439 B
TypeScript
export const metadata = {
|
|
title: 'Remote Management - Simply Synced',
|
|
description: 'Elevate your operations with Simply Synceds comprehensive remote management services. Enhance efficiency, security, and success. Get started today!',
|
|
}
|
|
|
|
import Hero from '@/components/hero-remote-management'
|
|
import Content from './content'
|
|
|
|
export default function RemoteManagement() {
|
|
return (
|
|
<>
|
|
<Hero />
|
|
<Content />
|
|
</>
|
|
)
|
|
}
|