diff --git a/site/components/common/About/TestimonialCard.tsx b/site/components/common/About/TestimonialCard.tsx index f8023eff8..17558b085 100644 --- a/site/components/common/About/TestimonialCard.tsx +++ b/site/components/common/About/TestimonialCard.tsx @@ -23,7 +23,7 @@ const TestimonialContent = ({ children }: { children: ReactNode }) => { alignItems={'center'} justifyContent={'center'} display={'flex'} - w={'lg'} + w={'md'} height={'130px'} > {children} diff --git a/site/components/common/HomePage/PolygonModal/PolygonModal.tsx b/site/components/common/HomePage/PolygonModal/PolygonModal.tsx index 81d06f1e5..87b1feedc 100644 --- a/site/components/common/HomePage/PolygonModal/PolygonModal.tsx +++ b/site/components/common/HomePage/PolygonModal/PolygonModal.tsx @@ -69,13 +69,15 @@ export default function MarkerCardModal(props: { {!isTransitionCompleted ? ( setInterval(() => { setIsTransitionComplited(true) - }, 5000) + }, 2500) } > ) : ( diff --git a/site/components/common/Navbar/Navbar.tsx b/site/components/common/Navbar/Navbar.tsx index bde2c3e57..d4854bc0a 100644 --- a/site/components/common/Navbar/Navbar.tsx +++ b/site/components/common/Navbar/Navbar.tsx @@ -44,7 +44,7 @@ const Navbar: FC = ({ links }) => {