Tag: Rashi Phal – Dashboard UI Designing


  • Rashi Phal – Dashboard UI Designing

    Rashi Phal – Dashboard UI Designing

    Dashboard UI Design (1) layout.tsx vs page.tsx (2) What Is A Route (URL) (3) What Is The Starting Point Of The Project (4) Edit The “app/layout.tsx” For Global Layout // app/layout.tsx 'use client'; import { useState, ReactNode } from 'react'; import Link from 'next/link'; import { usePathname } from 'next/navigation'; import './globals.css'; // Navigation items with all services const navigationItems = [ { name: 'Dashboard', path: '/', icon: '📊', category: 'main' }, { name: 'Kundali', path: '/kundali', icon: '🎯', category: 'services' }, { name: 'Dosha Analysis', path: '/dosha', icon: '🔮', category: 'services' }, { name: 'Dasha Periods', path: '/dasha', icon:

    Read More