feat: add Discovery section to landing page after Process
All checks were successful
Build & Push / build-and-push (push) Successful in 1m51s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-06 14:45:46 -04:00
parent 896f0eb5f4
commit a174518496

View File

@@ -6,6 +6,7 @@ import Process from '@/components/sections/Process'
import SelectedWorks from '@/components/sections/SelectedWorks'
import Philosophy from '@/components/sections/Philosophy'
import Configurator from '@/components/sections/Configurator'
import Discovery from '@/components/sections/Discovery'
import CTABanner from '@/components/sections/CTABanner'
type Props = {
@@ -23,6 +24,7 @@ export default async function HomePage({ params }: Props) {
<ServicesOverview />
<Configurator />
<Process />
<Discovery />
<SelectedWorks />
<Philosophy />
<CTABanner />