diff --git a/apps/framework-landing/app/sections/home/PrimitivesCode.tsx b/apps/framework-landing/app/sections/home/PrimitivesCode.tsx index 794dd16b..ecb2397f 100644 --- a/apps/framework-landing/app/sections/home/PrimitivesCode.tsx +++ b/apps/framework-landing/app/sections/home/PrimitivesCode.tsx @@ -257,42 +257,42 @@ const infrastructure = [ title: "Ingest API", infra: "Webserver", icon: HardDriveDownload, - primitive: "models", + primitive: ["models"], order: "order-first", }, { title: "Topics", infra: "Streams", icon: RectangleEllipsis, - primitive: "models", + primitive: ["models", "functions"], order: "order-2", }, { title: "Tables", infra: "OLAP DB", icon: Table, - primitive: "models", + primitive: ["models", "blocks"], order: "order-4", }, { - title: "Tasks", + title: "Processes", infra: "Orchestrator", icon: Code, - primitive: "functions", + primitive: ["functions"], order: "order-3", }, { title: "Views", infra: "OLAP DB", icon: Box, - primitive: "blocks", + primitive: ["blocks"], order: "order-5", }, { title: "Egress API", infra: "Webserver", icon: HardDriveUpload, - primitive: "apis", + primitive: ["apis"], order: "order-6", }, ]; @@ -306,8 +306,10 @@ export const PrimitivesCode = () => { level={HeadingLevel.l2} className="justify-center align-center text-center mb-24 sm:text-5xl" > - Write code, get infra. Moose uses framework-defined infrastucture to - keep you focused. + Write code, get infra.{" "} + + Moose uses framework-defined infrastucture to keep you focused. + @@ -327,7 +329,7 @@ export const PrimitivesCode = () => { {Object.keys(content).map((tab) => ( -
+
Develop application logic @@ -371,7 +373,7 @@ export const PrimitivesCode = () => {
-
+
Moose derives infra @@ -379,9 +381,10 @@ export const PrimitivesCode = () => { {infrastructure.map((infra) => (
diff --git a/apps/framework-landing/app/sections/home/WhatIsMooseForV2.tsx b/apps/framework-landing/app/sections/home/WhatIsMooseForV2.tsx index fa34830a..f808d57c 100644 --- a/apps/framework-landing/app/sections/home/WhatIsMooseForV2.tsx +++ b/apps/framework-landing/app/sections/home/WhatIsMooseForV2.tsx @@ -23,7 +23,7 @@ export const WhatIsMooseFor = () => { > Use Cases.{" "} - What Moose is really great for. + Where Moose really shines