diff --git a/src/app/page.tsx b/src/app/page.tsx index c065c5e..8353c48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,7 @@ import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -const navItems = [ - { name: 'Home', id: '/' }, - { name: 'Features', id: '/#features' }, - { name: 'Dashboard', id: '/dashboard' }, - { name: 'Sign In', id: '/login' }, -]; - -export default function HomePage() { +export default function Home() { return ( - -
+ +
-

Welcome to Webild

-

Building the future of web design

+

Welcome to Webild

+

Explore our payment solutions and community

+
); -} +} \ No newline at end of file