feat: add Discovery section to landing page after Process
All checks were successful
Build & Push / build-and-push (push) Successful in 1m51s
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:
@@ -6,6 +6,7 @@ import Process from '@/components/sections/Process'
|
|||||||
import SelectedWorks from '@/components/sections/SelectedWorks'
|
import SelectedWorks from '@/components/sections/SelectedWorks'
|
||||||
import Philosophy from '@/components/sections/Philosophy'
|
import Philosophy from '@/components/sections/Philosophy'
|
||||||
import Configurator from '@/components/sections/Configurator'
|
import Configurator from '@/components/sections/Configurator'
|
||||||
|
import Discovery from '@/components/sections/Discovery'
|
||||||
import CTABanner from '@/components/sections/CTABanner'
|
import CTABanner from '@/components/sections/CTABanner'
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
@@ -23,6 +24,7 @@ export default async function HomePage({ params }: Props) {
|
|||||||
<ServicesOverview />
|
<ServicesOverview />
|
||||||
<Configurator />
|
<Configurator />
|
||||||
<Process />
|
<Process />
|
||||||
|
<Discovery />
|
||||||
<SelectedWorks />
|
<SelectedWorks />
|
||||||
<Philosophy />
|
<Philosophy />
|
||||||
<CTABanner />
|
<CTABanner />
|
||||||
|
|||||||
Reference in New Issue
Block a user