img clranup
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
'use client'
|
||||
|
||||
import { useId } from 'react'
|
||||
import Image from 'next/image'
|
||||
import { Tab, TabGroup, TabList, TabPanel, TabPanels } from '@headlessui/react'
|
||||
import clsx from 'clsx'
|
||||
import { Button } from '@/components/Button'
|
||||
@@ -175,7 +174,7 @@ function FeaturesMobile() {
|
||||
{features.map((feature) => (
|
||||
<div key={feature.summary} className="relative mx-auto max-w-full">
|
||||
<div className="relative overflow-hidden rounded-xl bg-creme-900">
|
||||
<Image
|
||||
<img
|
||||
className="w-full h-auto object-cover"
|
||||
src={feature.image}
|
||||
alt={feature.name}
|
||||
@@ -214,7 +213,7 @@ function FeaturesDesktop() {
|
||||
)}
|
||||
>
|
||||
<div className="w-full mb-2">
|
||||
<Image
|
||||
<img
|
||||
className="w-full h-auto rounded-lg"
|
||||
src={feature.image}
|
||||
alt={feature.name}
|
||||
|
Reference in New Issue
Block a user