|  | @@ -92,7 +92,7 @@ class Reports extends Page
 | 
		
	
		
			
			| 92 | 92 |                              ->description('Shows revenue generated by each customer, helping identify top customers and opportunities for growth.')
 | 
		
	
		
			
			| 93 | 93 |                              ->icon('heroicon-o-arrow-trending-up')
 | 
		
	
		
			
			| 94 | 94 |                              ->iconColor(Color::Emerald)
 | 
		
	
		
			
			| 95 |  | -                            ->url('https://example.com'),
 | 
		
	
		
			
			|  | 95 | +                            ->url('#'),
 | 
		
	
		
			
			| 96 | 96 |                      ]),
 | 
		
	
		
			
			| 97 | 97 |                  Section::make('Vendor Reports')
 | 
		
	
		
			
			| 98 | 98 |                      ->aside()
 | 
		
	
	
		
			
			|  | @@ -112,7 +112,7 @@ class Reports extends Page
 | 
		
	
		
			
			| 112 | 112 |                              ->description('Shows expenses incurred with each vendor, helping identify top vendors and opportunities for cost savings.')
 | 
		
	
		
			
			| 113 | 113 |                              ->icon('heroicon-o-arrow-trending-down')
 | 
		
	
		
			
			| 114 | 114 |                              ->iconColor(Color::Orange)
 | 
		
	
		
			
			| 115 |  | -                            ->url('https://example.com'),
 | 
		
	
		
			
			|  | 115 | +                            ->url('#'),
 | 
		
	
		
			
			| 116 | 116 |                      ]),
 | 
		
	
		
			
			| 117 | 117 |                  Section::make('Detailed Reports')
 | 
		
	
		
			
			| 118 | 118 |                      ->aside()
 |