edit
This commit is contained in:
		@@ -40,7 +40,7 @@ export default function Example() {
 | 
			
		||||
        Choose from our selection of four dahabiyas, each designed to provide a unique and soulful journey.
 | 
			
		||||
        </p>
 | 
			
		||||
 | 
			
		||||
        <div className="mt-10 space-y-12 lg:grid lg:grid-cols-4 lg:gap-x-8 lg:space-y-0">
 | 
			
		||||
        <div className="mt-10 space-y-8  lg:grid lg:grid-cols-4 lg:gap-x-8 lg:space-y-0">
 | 
			
		||||
          {categories.map((category) => (
 | 
			
		||||
            <a key={category.name} href={category.href} className="group block">
 | 
			
		||||
              <div
 | 
			
		||||
@@ -54,7 +54,7 @@ export default function Example() {
 | 
			
		||||
                />
 | 
			
		||||
              </div>
 | 
			
		||||
              <h3 className="mt-4 text-base font-semibold text-gray-900">{category.name}</h3>
 | 
			
		||||
              <p className="mt-2 text-sm text-gray-500">{category.description}</p>
 | 
			
		||||
              <p className="lg:mt-2 mt-0 text-sm text-gray-500">{category.description}</p>
 | 
			
		||||
            </a>
 | 
			
		||||
          ))}
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user