feat(landing): change border radius of card on what we offer and testimonial section
This commit is contained in:
@@ -72,7 +72,7 @@ export const TestimonialSection: FC = () => {
|
|||||||
<motion.div
|
<motion.div
|
||||||
key={index}
|
key={index}
|
||||||
variants={childVariants}
|
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">
|
<div className="w-full aspect-[8/7] rounded-lg overflow-hidden md:w-40 md:aspect-[7/6] lg:aspect-square">
|
||||||
<img
|
<img
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ export const WhatWeOfferSection: FC = () => {
|
|||||||
{(offer) => (
|
{(offer) => (
|
||||||
<motion.div
|
<motion.div
|
||||||
key={offer.title}
|
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}
|
variants={childVariants}
|
||||||
>
|
>
|
||||||
<img src={offer.image} alt={offer.title} className="size-full object-cover" />
|
<img src={offer.image} alt={offer.title} className="size-full object-cover" />
|
||||||
|
|||||||
Reference in New Issue
Block a user