We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58ef35 commit b83da98Copy full SHA for b83da98
src/app/page.tsx
@@ -24,12 +24,14 @@ import { RootLayout } from '@/components/RootLayout'
24
25
function Expertise() {
26
return (
27
- <div className="mt-24 rounded-4xl bg-sky-800 py-24 sm:mt-32 lg:mt-40 lg:py-32">
+ <div
28
+ id="our-expertise"
29
+ className="mt-24 rounded-4xl bg-sky-800 py-24 sm:mt-32 lg:mt-40 lg:py-32"
30
+ >
31
<SectionIntro
32
eyebrow="Our expertise"
33
title="Blending strategy, product, and architecture to help ideas scale."
34
invert
- id="our-expertise"
35
>
36
<p>
37
We bring together more than a decade of hands-on experience to guide,
0 commit comments