feat(site): redesign with product pages, ecosystem sections and pixel reveal
Add cli/code/office/platform/pricing pages, new home sections (Ecosystem, FeatureGrid, Faq, WorkflowSteps, BottomCta, ProductEcosystem), ScrollReveal and PixelTextReveal animation components, brand assets, and expanded site-content. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+19
-1
@@ -1,5 +1,17 @@
|
||||
import type { Metadata } from "next"
|
||||
import { HeroSection, IntegrationsSection, PrinciplesSection, CtaSection, BlogPreviewSection } from "@/components/home"
|
||||
import {
|
||||
HeroSection,
|
||||
IntegrationsSection,
|
||||
PrinciplesSection,
|
||||
ProductEcosystem,
|
||||
WorkflowSteps,
|
||||
CtaSection,
|
||||
FeatureGrid,
|
||||
EcosystemSection,
|
||||
FaqSection,
|
||||
BottomCta,
|
||||
BlogPreviewSection,
|
||||
} from "@/components/home"
|
||||
import { SITE_BRAND, SITE_DESCRIPTION } from "@/lib/site-content"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -17,7 +29,13 @@ export default function HomePage() {
|
||||
<HeroSection />
|
||||
<IntegrationsSection />
|
||||
<PrinciplesSection />
|
||||
<ProductEcosystem />
|
||||
<WorkflowSteps />
|
||||
<CtaSection />
|
||||
<FeatureGrid />
|
||||
<EcosystemSection />
|
||||
<FaqSection />
|
||||
<BottomCta />
|
||||
<BlogPreviewSection />
|
||||
</main>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user