add veda3
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_1.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 246 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_10.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 256 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_11.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 211 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_2.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 201 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_3.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 246 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_4.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 290 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_5.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 146 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_6.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 241 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_7.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 122 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_8.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 189 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								public/images/dahabiyas/veda3/veda3_9.jpg
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 178 KiB  | 
@@ -137,7 +137,7 @@ export default function Example() {
 | 
				
			|||||||
                  <img
 | 
					                  <img
 | 
				
			||||||
                    alt={image.alt}
 | 
					                    alt={image.alt}
 | 
				
			||||||
                    src={image.src}
 | 
					                    src={image.src}
 | 
				
			||||||
                    className="h-full w-full object-cover object-center sm:rounded-lg"
 | 
					                    className="h-full w-full object-cover object-center"
 | 
				
			||||||
                  />
 | 
					                  />
 | 
				
			||||||
                </TabPanel>
 | 
					                </TabPanel>
 | 
				
			||||||
              ))}
 | 
					              ))}
 | 
				
			||||||
@@ -151,7 +151,7 @@ export default function Example() {
 | 
				
			|||||||
                    key={image.id}
 | 
					                    key={image.id}
 | 
				
			||||||
                    className={({ selected }) =>
 | 
					                    className={({ selected }) =>
 | 
				
			||||||
                      classNames(
 | 
					                      classNames(
 | 
				
			||||||
                        'group relative flex h-24 cursor-pointer items-center justify-center rounded-md bg-white text-sm font-medium uppercase text-gray-900 hover:bg-gray-50 focus:outline-none focus:ring focus:ring-opacity-50 focus:ring-offset-4',
 | 
					                        'group relative flex h-24 cursor-pointer items-center justify-center bg-white text-sm font-medium uppercase text-gray-900 hover:bg-gray-50 focus:outline-none focus:ring focus:ring-opacity-50 focus:ring-offset-4',
 | 
				
			||||||
                        selected ? 'ring-indigo-500' : 'ring-transparent'
 | 
					                        selected ? 'ring-indigo-500' : 'ring-transparent'
 | 
				
			||||||
                      )
 | 
					                      )
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 
 | 
				
			|||||||