diff --git a/src/app/page.mdx b/src/app/page.mdx index 462c0a2..9a99dcc 100644 --- a/src/app/page.mdx +++ b/src/app/page.mdx @@ -69,7 +69,7 @@ export default function Landing() { {/* Cards Section (inline with hero, still visible) */} -
+
-
- {/* Image Section — responsive positioning */} -
- {avatarSrc ? ( - - - {avatarFallback} - - ) : showIcon && IconComponent ? ( -
- -
- ) : null} -
+ +
+ {/* Floated avatar or icon */} + {avatarSrc ? ( + + + {avatarFallback} + + ) : showIcon && IconComponent ? ( +
+ +
+ ) : null} - {/* Content Section — always left aligned */} -
- - {href ? ( - - {title} - {isExternal && } - - ) : ( - title - )} - - - {description} - -
+ {/* Content */} + + {href ? ( + + {title} + {isExternal && ( + + )} + + ) : ( + title + )} + + + + {description} +
); -} \ No newline at end of file +}; \ No newline at end of file