feat: Update favicon path and enhance Home page content; adjust CSS for improved layout
This commit is contained in:
@@ -1,10 +1,18 @@
|
||||
import { AppShellWithMenu } from '../components/Appshell/Appshell';
|
||||
|
||||
import { Welcome } from '@/components/Welcome/Welcome';
|
||||
|
||||
export function HomePage() {
|
||||
return (
|
||||
<AppShellWithMenu>
|
||||
|
||||
<Welcome />
|
||||
|
||||
<div style={{ padding: '20px' }}>
|
||||
<h1>Welcome to the Home Page</h1>
|
||||
<p>This is the home page content.</p>
|
||||
</div>
|
||||
|
||||
|
||||
</AppShellWithMenu>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user