feat(landing): change border radius of card on what we offer and testimonial section

This commit is contained in:
euxzy
2025-06-29 19:13:04 +07:00
parent bc03ca23e9
commit f4baae0749
2 changed files with 2 additions and 2 deletions
@@ -72,7 +72,7 @@ export const TestimonialSection: FC = () => {
<motion.div
key={index}
variants={childVariants}
className="flex flex-col gap-6 p-6 w-52 bg-white rounded-2xl shadow-md md:w-xl md:flex-row md:gap-8 xl:w-full"
className="flex flex-col gap-6 p-6 w-52 bg-white rounded-xl shadow-md md:w-xl md:flex-row md:gap-8 xl:w-full"
>
<div className="w-full aspect-[8/7] rounded-lg overflow-hidden md:w-40 md:aspect-[7/6] lg:aspect-square">
<img
@@ -65,7 +65,7 @@ export const WhatWeOfferSection: FC = () => {
{(offer) => (
<motion.div
key={offer.title}
className="relative aspect-[3/2] overflow-hidden rounded-2xl md:aspect-[3/4] lg:aspect-[5/6]"
className="relative aspect-[16/10] overflow-hidden rounded-lg md:aspect-[24/35] lg:aspect-[6/7]"
variants={childVariants}
>
<img src={offer.image} alt={offer.title} className="size-full object-cover" />