diff --git a/apps/frontend/components/sections/sectionComponents/Testimonials.tsx b/apps/frontend/components/sections/sectionComponents/Testimonials.tsx
index 76f5c0bdf..ba8eabab6 100644
--- a/apps/frontend/components/sections/sectionComponents/Testimonials.tsx
+++ b/apps/frontend/components/sections/sectionComponents/Testimonials.tsx
@@ -79,8 +79,7 @@ export default function SectionExample(props: TestiomonialsProps) {
image={item?.companyLogoLight}
elProps={{
alt: item?.companyLogoLight?.alt,
- className:
- "h-full object-contain dark:hidden w-max",
+ className: "h-full object-contain dark:hidden",
}}
/>
@@ -105,7 +104,7 @@ export default function SectionExample(props: TestiomonialsProps) {
elProps={{
alt: item?.image?.alt,
className:
- "h-[44px] w-[44px] object-cover w-max rounded-[4px]",
+ "h-[44px] w-[44px] object-cover rounded-[4px]",
}}
/>
@@ -138,8 +137,7 @@ export default function SectionExample(props: TestiomonialsProps) {
image={item?.companyLogoLight}
elProps={{
alt: item?.companyLogoLight?.alt,
- className:
- "h-full object-contain dark:hidden w-max",
+ className: "h-full object-contain dark:hidden",
}}
/>
@@ -164,7 +162,7 @@ export default function SectionExample(props: TestiomonialsProps) {
elProps={{
alt: item?.image?.alt,
className:
- "h-[44px] w-[44px] object-cover w-max rounded-[4px]",
+ "h-[44px] w-[44px] object-cover rounded-[4px]",
}}
/>
diff --git a/apps/frontend/components/templates/AboutPage/AboutPageContent.tsx b/apps/frontend/components/templates/AboutPage/AboutPageContent.tsx
index 6af1dd722..cb89da339 100644
--- a/apps/frontend/components/templates/AboutPage/AboutPageContent.tsx
+++ b/apps/frontend/components/templates/AboutPage/AboutPageContent.tsx
@@ -86,7 +86,7 @@ function ParagraphWithTitle(props: PargraphProps) {
}}
>
{props.title}
-
+
@@ -104,7 +104,12 @@ function TeamGrid(props: GridProps) {
{props.title}
-
+
{props.teamMembers.map((member) => (
))}
@@ -140,16 +145,16 @@ function TeamMemberGridItem(props: TeamMemberProps) {
);
return (
-