diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 0000000..ff86338 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,20 @@ + + + DispatchAI备份 2 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 06f580a..bf079b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,11 +1,11 @@ -import { Container } from '@mui/material'; -import HeroSection from '../components/features/landing/HeroSection'; +import HeroSection from '@/components/features/landing/HeroSection'; +import Footer from '@/components/features/landing/Footer'; - -export default function LandingPage() { +export default function Home() { return ( - + <> - +