File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed 
2025/src/components/Schedule Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ --- 
2+ import  Card  from  " ../Card.astro"  ;
3+ import  { Clock , User  } from  " @lucide/astro"  ;
4+ --- 
5+ 
6+ <Card >
7+ <div  class =" p-4"  >
8+   <div  class =" space-y-3"  >
9+     <div  class =" flex items-center"  >
10+       <Clock  class =" h-4 w-4 mr-2 flex-shrink-0"   />
11+       <span  class =" text-sm font-bold text-gray-800"  >9:30 - 10:00</span >
12+     </div ><div  class =" flex items-start"  >
13+       <div  class =" mt-1 mr-3 flex-shrink-0 text-gray-600"  >
14+         <User  class =" h-3 w-3 mr-1 text-gray-500 flex-shrink-0"   />
15+       </div ><div  class =" min-w-0 flex-1"  >
16+         <h3  class =" mb-2 text-base leading-tight font-semibold text-gray-900"  >
17+           受付・開場
18+         </h3 >
19+       </div >
20+     </div >
21+   </div >
22+ </div >
23+ 
24+ </Card >
Original file line number Diff line number Diff line change 11--- 
22import  Heading  from  " ../Heading.astro"  ;
3+ import  TimeCard  from  " ../Schedule/TimeCard.astro"  ;
34--- 
45
56<section  id =" schedule"   class =" bg-white py-10 md:py-16"  >
67  <div  class =" container mx-auto px-4"  >
78    <Heading > スケジュール </Heading >
9+     <TimeCard  />
810  </div >
911</section >
1012
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments