Skip to content

Commit

Permalink
Update hero.tsx (#130)
Browse files Browse the repository at this point in the history
Signed-off-by: Khushi Trivedi <[email protected]>
  • Loading branch information
trivedi-khushi authored Dec 23, 2024
1 parent 352d8a2 commit f60178f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions components/devscribe/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export default function Hero() {
{/* Section header */}
<div className="max-w-6xl mx-auto text-center pb-12 md:pb-16">

<h3 className="h3 mt-16 mb-4 font-semibold " data-aos="fade-up">Event where Open Source meets Practical Productivity</h3>
<h3 className="h3 mt-16 mb-4 font-semibold " data-aos="fade-up">Conference where Open Source connects Productivity</h3>

<h3 className="h3 mb-16 whitespace-pre font-architects-daughter text-primary-400" data-aos="fade-up">Share, Learn, Innovate</h3>
<h3 className="h3 mb-16 whitespace-pre font-architects-daughter text-primary-400" data-aos="fade-up">&#9679 Share &#9679 Learn &#9679 Innovate</h3>

<div className="max-w-xs mx-auto sm:max-w-none sm:flex sm:justify-center">

Expand Down
16 changes: 8 additions & 8 deletions components/utils/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,26 +114,26 @@ export const socialLinks: SocialLink[] = [
href: 'https://twitter.com/Keployio',
icon: <TwitterIcon/>,
title: 'Twitter',
description:`Let's talk about regression testing!`
description:`Follow every update Keploy shares!`
},
{
href: 'https://www.youtube.com/channel/UC6OTg7F4o0WkmNtSoob34lg',
icon: <YoutubeIcon/>,
title: 'Youtube',
description:'Learn with Keploy team and community videos'
icon: <YouTubeIcon/>,
title: 'YouTube',
description:'Learn with Keploy team and its community videos'
},
{
href: 'https://github.com/keploy/keploy',
icon: <GithubIcon/>,
title: 'Github',
icon: <GitHubIcon/>,
title: 'GitHub',
description:'Contribute code to Keploy or report a bug'

},
{
href: 'https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw',
icon: <SlackIcon/>,
title: 'Slack',
description:'Connect and chat with other Keploy users'
description:'Connect and chat with a community of Keploy users'

},
{
Expand Down Expand Up @@ -268,4 +268,4 @@ export const socialLinks: SocialLink[] = [
SvgComponent: MaterialSymbolsLightEarlyOnOutline,
},
];


0 comments on commit f60178f

Please sign in to comment.