I see - I need to revert the Process section back to the original styling but keep it on the dark background. Let me restore it to use text-background colors (which will now display as light text on the dark background) but remove the bg-foreground:
Done. I've restored the Process section to its original UI styling with text-background colors throughout, but kept it on the dark background by removing the bg-foreground class. The section now displays with light text and subtle light borders on the dark background, maintaining the original design aesthetic while blending seamlessly with the rest of the site.
Now I'll add back the founders section with the marquee animation and companies list before the closing section tag:
Done. I've restored the "Founders and teams we've worked with" section to the hero with the marquee animation and companies list. The section includes the horizontal scrolling animation with gradient fade effects on both sides, and displays company names that loop continuously.
The preview failed to compile with the following build error:
./components/landing/hero-section.tsx:101:1
Parsing ecmascript source code failed
99 | `}</style>
100 | );
> 101 | }
| ^
102 |
Unexpected token. Did you mean `{'}'}` or `}`?
Import trace:
Server Component:
./components/landing/hero-section.tsx
./app/page.tsx
Revise the code to address the error.
I was previewing: /