This commit is contained in:
2025-06-11 12:17:18 +02:00
parent 7b8c831970
commit 406f7e07ae
53 changed files with 1361 additions and 42 deletions

View File

@@ -2,7 +2,7 @@ import { AnimatedNumber } from '@/components/animated-number'
import { Button } from '@/components/button'
import { Container } from '@/components/container'
import { Footer } from '@/components/footer'
import { GradientBackground } from '@/components/gradient'
import { GradientLight } from '@/components/gradient'
import { Navbar } from '@/components/navbar'
import { Heading, Lead, Subheading } from '@/components/text'
import type { Metadata } from 'next'
@@ -457,7 +457,7 @@ function Careers() {
export default function Company() {
return (
<main className="overflow-hidden">
<GradientBackground />
<GradientLight />
<Container>
<Navbar />
</Container>