HashScripts's picture
Upload 167 files
b293d47 verified
raw
history blame contribute delete
348 Bytes
import Layout from '@theme/Layout';
import React from 'react';
import Home from '../components/Home';
function HomePage() {
return (
<Layout
title="ShortGPT: Automate Content Creation with AI"
description="Automating video and short content creation with AI "
>
<Home />
</Layout>
);
}
export default HomePage;