Skip to content

Commit

Permalink
fix: slack url on landing page (#128)
Browse files Browse the repository at this point in the history
* feat: add devscribe to website as CTA

Signed-off-by: Animesh Pathak <[email protected]>

* fix: google devs url

Signed-off-by: Animesh Pathak <[email protected]>

* feat: add new community partners

Signed-off-by: Animesh Pathak <[email protected]>

* fix: slack urls updation

Signed-off-by: Animesh Pathak <[email protected]>

---------

Signed-off-by: Animesh Pathak <[email protected]>
Signed-off-by: Animesh Pathak <[email protected]>
  • Loading branch information
Sonichigo authored Nov 8, 2024
1 parent bd8b3aa commit a12c852
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Community() {
description: "Contribute code to Keploy or report a bug",
},
{
link: "https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A",
link: "https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw",
svgIcon: SlackSvg,
platformName: "Slack",
description: "Connect and chat with other Keploy users",
Expand Down
15 changes: 15 additions & 0 deletions components/devscribe/testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Keploy from '@/public/images/conf/keploy.svg'
import ReactPlay from '@/public/images/conf/ReactPlay Logo.svg'
import LTSponsor from '@/public/images/conf/LambdaTest.f1670267318.png'
import LL from '@/public/images/conf/Loft.svg'
import HOP from '@/public/images/conf/Logotype white 3.2 trn.png'

import Comingsoon from '@/public/images/conf/coming-soon-mystery-retail-concept-vector-13969461.jpg'
import React from "react";
Expand Down Expand Up @@ -133,6 +134,20 @@ export default function Testimonials() {
</div>
</div>
</div>
<div className="flex flex-col h-full p-3 justify-center " data-aos="fade-up">
<div>
<div className="relative inline-flex flex-col mb-4 justify-center">
<Link href="https://hoppscotch.com/" title="Go to Hoppscotch" target="_blank" rel="noopener">
<Image decoding="async" width="8000"
height="309"
src={HOP}
className="logo text-center"
alt="Hoppscotch logo"
loading="lazy"/>
</Link>
</div>
</div>
</div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion components/utils/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const socialLinks: SocialLink[] = [

},
{
href: 'https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A',
href: 'https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw',
icon: <SlackIcon/>,
title: 'Slack',
description:'Connect and chat with other Keploy users'
Expand Down
Binary file added public/images/conf/Logotype white 3.2 trn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a12c852

Please sign in to comment.