Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/components/top-level-pages/BentoSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export default function BentoSection() {
<Heading as="h3" className="mt-2 max-w-3xl text-white">
Bridging Software Security and Compliance. With ease.
</Heading>

<p className="max-full font-regular mt-8 text-xl/7 leading-tight tracking-tight text-white sm:text-2xl/8">
DevGuard seamlessly integrates security into your
software-development lifecycle, making security practices
accessible and efficient for all, regardless of expertise.
</p>
<div className="mt-10 grid grid-cols-1 gap-4 sm:mt-16 lg:grid-cols-6 lg:grid-rows-2">
<BentoCard
eyebrow="OWASP DevSecOps"
Expand Down
15 changes: 5 additions & 10 deletions src/components/top-level-pages/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,17 @@ export default function Hero() {
<div className="relative">
<div className="from-28% absolute inset-2 bottom-0 rounded-xl bg-[linear-gradient(115deg,var(--tw-gradient-stops))] from-[#FFFFFF] to-[#FCBE25] ring-1 ring-inset ring-black/5 sm:bg-[linear-gradient(145deg,var(--tw-gradient-stops))] md:inset-12" />
<Container className="relative">
<div className="px-0 pb-20 pt-16 max-md:pl-6 sm:pt-24 md:px-12 md:pb-32 md:pt-32 2xl:px-0">
<div className="px-0 pb-20 pt-16 max-md:pl-2 sm:pt-24 md:px-12 md:pb-32 md:pt-32 2xl:px-0">
<h1 className="break-words text-6xl font-semibold leading-tight tracking-tight text-background sm:text-5xl sm:leading-tight md:text-6xl md:leading-tight lg:text-7xl xl:text-8xl">
Develop Secure
<br />
Software.
</h1>
<h2 className="mt-6 break-words text-2xl font-semibold leading-tight tracking-tight text-background sm:text-3xl md:text-4xl md:leading-tight">
Get full transparency of your <br /> software supply
chain.
<h2 className="font-regular mt-6 break-words text-2xl leading-tight tracking-tight text-background sm:text-3xl md:text-4xl md:leading-tight">
Get full transparency of your <br />{' '}
Software-Supply-Chain.
</h2>
<p className="mt-8 max-w-lg text-xl/7 font-medium text-background/75 sm:text-2xl/8">
DevGuard seamlessly integrates security into your
software development lifecycle, making security
practices accessible and efficient for all, regardless
of expertise.
</p>

<div className="mt-12 flex flex-col gap-x-6 gap-y-4 sm:flex-row">
<Link
href="https://app.devguard.org/login"
Expand Down
2 changes: 1 addition & 1 deletion src/components/top-level-pages/MissionSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default function MissionSection() {
</div>
<div className="flex flex-col gap-y-2">
<dt className="text-sm/6 text-gray-400">
Enterprises currently in alpha programme
Enterprises currently in beta programme
</dt>
<dd className="order-first text-6xl font-medium tracking-tight">
<AnimatedNumber start={1} end={10} />
Expand Down