From fa9b533bb8d0ed8a8464a4f814fa4f5c88118ef4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:58:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 ++++++++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 20 deletions(-) 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