We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7244b72 commit 92a45b3Copy full SHA for 92a45b3
src/components/Landing.tsx
@@ -6,6 +6,7 @@ const Landing: React.FC = () => {
6
<div>
7
<section className="text-gray-700 ">
8
<div className="container flex flex-col px-5 py-24 mx-auto lg:items-center">
9
+ <img className="rounded-full w-1/6" src="https://images2.imgbox.com/ab/88/aS4VAVYc_o.png" alt="Codebench logo"/>
10
<div className="flex flex-col w-full mb-12 text-left lg:text-center">
11
<h2 className="mb-4 text-xs font-semibold tracking-widest text-black uppercase title-font">
12
Get up to speed...
0 commit comments