Added TAAFT
This commit is contained in:
parent
40de2e9415
commit
fa967fbc0c
17
app/page.tsx
17
app/page.tsx
@ -745,6 +745,23 @@ const LandingPage: React.FC = () => {
|
||||
alt="Peerlist"
|
||||
width={32}
|
||||
height={32}
|
||||
className="h-12 w-auto block dark:hidden"
|
||||
/>
|
||||
<Image
|
||||
src="/Launch_SVG_Dark.svg"
|
||||
alt="Peerlist"
|
||||
width={32}
|
||||
height={32}
|
||||
className="h-12 w-auto hidden dark:block"
|
||||
/>
|
||||
</NextLink>
|
||||
{/* <a href="https://theresanaiforthat.com/ai/miniperplx/?ref=featured&v=2143659" target="_blank" rel="nofollow"><img width="300" src="https://media.theresanaiforthat.com/featured-on-taaft.png?width=600" /></a> */}
|
||||
<NextLink href="https://theresanaiforthat.com/ai/miniperplx/?ref=featured&v=2143659" target="_blank" rel="nofollow" passHref>
|
||||
<Image
|
||||
src="https://media.theresanaiforthat.com/featured-on-taaft.png?width=600"
|
||||
alt="There's an AI for that"
|
||||
width={300}
|
||||
height={150}
|
||||
className="h-12 w-auto"
|
||||
/>
|
||||
</NextLink>
|
||||
|
||||
@ -49,6 +49,13 @@ const nextConfig = {
|
||||
port: '',
|
||||
pathname: '**'
|
||||
},
|
||||
// media.theresanaiforthat.com
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: 'media.theresanaiforthat.com',
|
||||
port: '',
|
||||
pathname: '**'
|
||||
},
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
40
public/Launch_SVG_Dark.svg
Normal file
40
public/Launch_SVG_Dark.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 39 KiB |
Loading…
Reference in New Issue
Block a user