img clranup

This commit is contained in:
2025-08-21 17:50:31 +02:00
parent d03e4088f0
commit cec6bd007e
57 changed files with 21 additions and 357 deletions

View File

@@ -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}